]> granicus.if.org Git - python/commitdiff
- Fix typos in the multiprocessing module.
authordoko@ubuntu.com <doko@ubuntu.com>
Wed, 15 May 2013 16:08:03 +0000 (18:08 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Wed, 15 May 2013 16:08:03 +0000 (18:08 +0200)
1  2 
Misc/NEWS
Modules/_multiprocessing/multiprocessing.c

diff --cc Misc/NEWS
index e3bcfe268c42384ebc33c74553817523b1589a6b,33a8b80cc9a4874d7ea1c6f699cc56908163a187..c506822be86a26e7195c1fcf168a09f7f96ea767
+++ 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.