diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-11-24 21:30:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-24 21:30:27 (GMT) |
commit | 84c4b1938fade2b425ac906730beabd413de094d (patch) | |
tree | e174a049a39e00c97c28310c937b263812d19836 /Misc/python.man | |
parent | da9c8c36aeb60ad8f7748a735c372bf993d2e4f3 (diff) | |
download | cpython-84c4b1938fade2b425ac906730beabd413de094d.zip cpython-84c4b1938fade2b425ac906730beabd413de094d.tar.gz cpython-84c4b1938fade2b425ac906730beabd413de094d.tar.bz2 |
bpo-32124: Document C functions safe before init (#4540)
Explicitly document C functions and C variables that can be set
before Py_Initialize().
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python.man b/Misc/python.man index 9f71d69..b411029 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -124,7 +124,7 @@ This terminates the option list (following options are passed as arguments to the command). .TP .B \-d -Turn on parser debugging output (for wizards only, depending on +Turn on parser debugging output (for expert only, depending on compilation options). .TP .B \-E |