From: doko@ubuntu.com Date: Wed, 15 May 2013 16:08:03 +0000 (+0200) Subject: - Fix typos in the multiprocessing module. X-Git-Tag: v3.4.0a1~725 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94fd53ba4ee756f0ff17de83b704147596019345;p=thirdparty%2FPython%2Fcpython.git - Fix typos in the multiprocessing module. --- 94fd53ba4ee756f0ff17de83b704147596019345 diff --cc Misc/NEWS index e3bcfe268c42,33a8b80cc9a4..c506822be86a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -88,10 -76,6 +88,12 @@@ Core and Builtin Library ------- ++- Fix typos in the multiprocessing module. ++ +- Issue #17754: Make ctypes.util.find_library() independent of the locale. + +- Issue #17968: Fix memory leak in os.listxattr(). + - Issue #17606: Fixed support of encoded byte strings in the XMLGenerator characters() and ignorableWhitespace() methods. Original patch by Sebastian Ortiz Vasquez.