summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-09-09 00:47:53 (GMT)
committerGitHub <noreply@github.com>2020-09-09 00:47:53 (GMT)
commit11a82c7220a29aa1cabd6a1b042742b44c9c9b91 (patch)
treed542398e7905994c1cd71de9b548037adf075620 /Python
parentfd1c7258673704278d7377a6c9ef6e3db649aca4 (diff)
downloadcpython-11a82c7220a29aa1cabd6a1b042742b44c9c9b91.zip
cpython-11a82c7220a29aa1cabd6a1b042742b44c9c9b91.tar.gz
cpython-11a82c7220a29aa1cabd6a1b042742b44c9c9b91.tar.bz2
bpo-41525: Make the Python program help ASCII-only (GH-21836)
(cherry picked from commit 58de1dd6a8677bd213802c19204b827cb7134695) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Python')
-rw-r--r--Python/initconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/initconfig.c b/Python/initconfig.c
index 885525b..9349fdd 100644
--- a/Python/initconfig.c
+++ b/Python/initconfig.c
@@ -84,7 +84,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\