Skip to content

Commit 5401970

Browse files
committed
Add blanklines
1 parent f20232a commit 5401970

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Doc/library/sys.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
7272
| ``hasattr(sys, 'abiflags')`` | ``not sys.platform.startswith('win')`` |
7373
+---------------------------------------+---------------------------------------------------------------------+
7474

75+
7576
.. function:: addaudithook(hook)
7677

7778
Append the callable *hook* to the list of active auditing hooks for the

Python/sysmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,7 @@ sys_exit_impl(PyObject *module, PyObject *status)
966966
return NULL;
967967
}
968968

969+
969970
// This function is used to warn about the future change of sys.abiflags
970971
// from absent to a meaningful value on all platforms.
971972
// It can be removed when the change is made.

0 commit comments

Comments
 (0)