mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Move entry to right section. Mention minidom.
This commit is contained in:
parent
b2fcd3a989
commit
b2c7cca0cf
1 changed files with 3 additions and 2 deletions
|
|
@ -13,6 +13,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #14168: Check for presence of Element._attrs in minidom before
|
||||
accessing it.
|
||||
|
||||
- Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.
|
||||
Also, add a multiprocessing.connection.wait(rlist, timeout=None) function
|
||||
for polling multiple objects at once. Patch by sbt.
|
||||
|
|
@ -534,8 +537,6 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #14168: Check for presence of _attrs before accessing it.
|
||||
|
||||
- Issue #14195: An issue that caused weakref.WeakSet instances to incorrectly
|
||||
return True for a WeakSet instance 'a' in both 'a < a' and 'a > a' has been
|
||||
fixed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue