]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
authorRichard Oudkerk <shibturn@gmail.com>
Tue, 16 Jul 2013 14:57:16 +0000 (15:57 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Tue, 16 Jul 2013 14:57:16 +0000 (15:57 +0100)
Zachary Ware.)

1  2 
Lib/test/test_multiprocessing.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index ce73dbf6adacb1b48cb1185bc89624e7d9119220,9bb80e94b5356b60575e461f881ea7621187041a..69d944a93356d3df751ce9d21fdb0a7d4eb2511a
+++ b/Misc/NEWS
@@@ -156,14 -49,9 +156,18 @@@ Core and Builtin
  Library
  -------
  
- - Issue #18393: The private module _gestalt and private functions platform._mac_ver_gestalt,
-   platform._mac_ver_lookup and platform._bcd2str have been removed. This does not
-   affect the public interface of the platform module.
+ - Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
+   Zachary Ware.)
++- Issue #18393: The private module _gestalt and private functions
++  platform._mac_ver_gestalt, platform._mac_ver_lookup and
++  platform._bcd2str have been removed. This does not affect the public
++  interface of the platform module.
 +
 +- Issue #17482: functools.update_wrapper (and functools.wraps) now set the
 +  __wrapped__ attribute correctly even if the underlying function has a
 +  __wrapped__ attribute set.
 +
  - Issue #18431: The new email header parser now decodes RFC2047 encoded words
    in structured headers.