File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ What's New in Python 3.3.1?
1010Core and Builtins
1111-----------------
1212
13- - Issue #16060: Fix refcounting bug when __trunc__ returns an object
14- whose __int__ gives a non-integer. Patch by Serhiy Storchaka.
15-
16- - Issue #16046: Fix loading sourceless legacy pyos.
17-
1813- Issue #15379: Fix passing of non-BMP characters as integers for the charmap
1914 decoder (already working as unicode strings). Patch by Serhiy Storchaka.
2015
@@ -87,9 +82,6 @@ Library
8782Extension Modules
8883-----------------
8984
90- - Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
91- method doesn't require an argument again.
92-
9385Tests
9486-----
9587
@@ -133,9 +125,20 @@ What's New in Python 3.3.0?
133125Core and Builtins
134126-----------------
135127
128+ - Issue #16046: Fix loading sourceless legacy pyos.
129+
130+ - Issue #16060: Fix refcounting bug when __trunc__ returns an object
131+ whose __int__ gives a non-integer. Patch by Serhiy Storchaka.
132+
136133Library
137134-------
138135
136+ Extension Modules
137+ -----------------
138+
139+ - Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
140+ method doesn't require an argument again.
141+
139142
140143What's New in Python 3.3.0 Release Candidate 3?
141144===============================================
You can’t perform that action at this time.
0 commit comments