summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-05-26 01:53:32 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-05-26 01:53:32 (GMT)
commitffa4b2c037b4e2b101b24927ae30ef2fd08c839e (patch)
tree2562aab0989833b8580d72f2badb25f9b8da344d /Misc
parent54454e7dc25f8ce5aef87a4faed89aca19067815 (diff)
downloadcpython-ffa4b2c037b4e2b101b24927ae30ef2fd08c839e.zip
cpython-ffa4b2c037b4e2b101b24927ae30ef2fd08c839e.tar.gz
cpython-ffa4b2c037b4e2b101b24927ae30ef2fd08c839e.tar.bz2
Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index efec480..10b8ab1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,9 @@ Core and Builtins
Library
-------
+- Issue #14920: Fix the help(urllib.parse) failure on locale C on terminals.
+ Have ascii characters in help.
+
- Issue #14863: Update the documentation of os.fdopen() to reflect the
fact that it's only a thin wrapper around open() anymore.