Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Commits
b2c7cca0
Commit
b2c7cca0
authored
13 years ago
by
Martin v. Löwis
Browse files
Options
Download
Email Patches
Plain Diff
Move entry to right section. Mention minidom.
parent
b2fcd3a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Misc/NEWS
Misc/NEWS
+3
-2
No files found.
Misc/NEWS
View file @
b2c7cca0
...
...
@@ -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
.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment