diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-07-16 14:57:16 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-07-16 14:57:16 (GMT) |
commit | a84a7cb06b45c1061815f7b225bb16feb664754c (patch) | |
tree | bbd0958f62a4f37e5ce1cb7d16fb695ffa2109cc /Misc | |
parent | e6f2175afb68be240be96368f99a92329baf4e15 (diff) | |
parent | d15642e4283d9f518adfa26fdebc4d1dcb62e3a6 (diff) | |
download | cpython-a84a7cb06b45c1061815f7b225bb16feb664754c.zip cpython-a84a7cb06b45c1061815f7b225bb16feb664754c.tar.gz cpython-a84a7cb06b45c1061815f7b225bb16feb664754c.tar.bz2 |
Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
Zachary Ware.)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -156,9 +156,13 @@ Core and Builtins 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 |