]> granicus.if.org Git - python/commitdiff
Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have...
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 26 May 2012 01:55:28 +0000 (09:55 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 26 May 2012 01:55:28 +0000 (09:55 +0800)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 23ad604486e95413ec63e0016fd58aedd1e7ac51,10b8ab175c1d6bcd2196d4bffd41f34dea13c562..ce2fe637135995af72f111ac35e754a63a9219df
+++ b/Misc/NEWS
@@@ -44,9 -67,9 +44,12 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #14920: Fix the help(urllib.parse) failure on locale C on terminals.
+   Have ascii characters in help.
 +- Issue #14548: Make multiprocessing finalizers check pid before
 +  running to cope with possibility of gc running just after fork.
 +
  - Issue #14863: Update the documentation of os.fdopen() to reflect the
    fact that it's only a thin wrapper around open() anymore.