Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ec31c2

Browse files
committed
Merge
2 parents 28d591c + 811b981 commit 8ec31c2

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

Misc/NEWS

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ What's New in Python 3.3.1?
1010
Core 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
8782
Extension Modules
8883
-----------------
8984

90-
- Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
91-
method doesn't require an argument again.
92-
9385
Tests
9486
-----
9587

@@ -133,9 +125,20 @@ What's New in Python 3.3.0?
133125
Core 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+
136133
Library
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

140143
What's New in Python 3.3.0 Release Candidate 3?
141144
===============================================

0 commit comments

Comments
 (0)