mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
Zachary Ware.)
This commit is contained in:
commit
a84a7cb06b
2 changed files with 10 additions and 31 deletions
10
Misc/NEWS
10
Misc/NEWS
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue