mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
Issue #11750: The Windows API functions scattered in the _subprocess and
_multiprocessing.win32 modules now live in a single module "_winapi". Patch by sbt.
This commit is contained in:
parent
c51b7fd65b
commit
23bba4ca39
15 changed files with 1562 additions and 1665 deletions
|
|
@ -47,6 +47,10 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #11750: The Windows API functions scattered in the _subprocess and
|
||||
_multiprocessing.win32 modules now live in a single module "_winapi".
|
||||
Patch by sbt.
|
||||
|
||||
- Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.
|
||||
|
||||
- Issue #14452: SysLogHandler no longer inserts a UTF-8 BOM into the message.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue