Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8eee081d
Commit
8eee081d
authored
Jan 10, 2013
by
Eli Bendersky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Misc/NEWS for issue #16076
parent
e6174ca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
Misc/NEWS
Misc/NEWS
+6
-1
No files found.
Misc/NEWS
View file @
8eee081d
...
...
@@ -345,10 +345,15 @@ Library
-
Issue
#
16169
:
Fix
ctypes
.
WinError
()
's confusion between errno and winerror.
- Issue #16076: Made _elementtree.Element pickleable in a way that is compatible
with the Python Element. Pickling/unpickling of xml.etree.ElementTree.Element
works again - this was a temporary regression from 3.2 where the by-default
imported _elementtree had no pickling capability.
- Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element
element_factory (fixes a regression in SimpleTAL).
- Issue #16913: Fix Element.itertext()'
s
handling
of
text
with
XML
entities
.
- Issue #16913: Fix Element.itertext()'
s
handling
of
text
with
XML
entities
.
,
-
Issue
#
16034
:
Fix
performance
regressions
in
the
new
`
bz2
.
BZ2File
`
implementation
.
Initial
patch
by
Serhiy
Storchaka
.
...
...
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