mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-41525: Make the Python program help ASCII-only (GH-21836)
This commit is contained in:
parent
594f0ce73b
commit
58de1dd6a8
4 changed files with 8 additions and 3 deletions
|
|
@ -291,7 +291,7 @@ Set implementation specific option. The following options are available:
|
|||
nested imports). Note that its output may be broken in multi-threaded
|
||||
application. Typical usage is python3 -X importtime -c 'import asyncio'
|
||||
|
||||
-X dev: enable CPython’s “development mode”, introducing additional runtime
|
||||
-X dev: enable CPython's "development mode", introducing additional runtime
|
||||
checks which are too expensive to be enabled by default. It will not be
|
||||
more verbose than the default if the code is correct: new warnings are
|
||||
only emitted when an issue is detected. Effect of the developer mode:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue