From: Richard Oudkerk Date: Tue, 16 Jul 2013 14:57:16 +0000 (+0100) Subject: Issue #17778: Fix test discovery for test_multiprocessing. (Patch by X-Git-Tag: v3.4.0a1~192 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a84a7cb06b45c1061815f7b225bb16feb664754c;p=thirdparty%2FPython%2Fcpython.git Issue #17778: Fix test discovery for test_multiprocessing. (Patch by Zachary Ware.) --- a84a7cb06b45c1061815f7b225bb16feb664754c diff --cc Misc/NEWS index ce73dbf6adac,9bb80e94b535..69d944a93356 --- a/Misc/NEWS +++ 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.