From: Senthil Kumaran Date: Sat, 26 May 2012 01:55:28 +0000 (+0800) Subject: Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have... X-Git-Tag: v3.3.0a4~62^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4322c178b9923cb687bcb6beea5f46df755d0b61;p=python Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg --- 4322c178b9923cb687bcb6beea5f46df755d0b61 diff --cc Misc/NEWS index 23ad604486,10b8ab175c..ce2fe63713 --- a/Misc/NEWS +++ 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.