mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +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
|
@ -83,7 +83,7 @@ static const char usage_3[] = "\
|
|||
cumulative time (including nested imports) and self time (excluding\n\
|
||||
nested imports). Note that its output may be broken in multi-threaded\n\
|
||||
application. Typical usage is python3 -X importtime -c 'import asyncio'\n\
|
||||
-X dev: enable CPython’s “development mode”, introducing additional runtime\n\
|
||||
-X dev: enable CPython's \"development mode\", introducing additional runtime\n\
|
||||
checks which are too expensive to be enabled by default. Effect of the\n\
|
||||
developer mode:\n\
|
||||
* Add default warning filter, as -W default\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue