mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Merge
This commit is contained in:
commit
8ec31c2006
1 changed files with 11 additions and 8 deletions
19
Misc/NEWS
19
Misc/NEWS
|
@ -10,11 +10,6 @@ What's New in Python 3.3.1?
|
||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
- Issue #16060: Fix refcounting bug when __trunc__ returns an object
|
|
||||||
whose __int__ gives a non-integer. Patch by Serhiy Storchaka.
|
|
||||||
|
|
||||||
- Issue #16046: Fix loading sourceless legacy pyos.
|
|
||||||
|
|
||||||
- Issue #15379: Fix passing of non-BMP characters as integers for the charmap
|
- Issue #15379: Fix passing of non-BMP characters as integers for the charmap
|
||||||
decoder (already working as unicode strings). Patch by Serhiy Storchaka.
|
decoder (already working as unicode strings). Patch by Serhiy Storchaka.
|
||||||
|
|
||||||
|
@ -87,9 +82,6 @@ Library
|
||||||
Extension Modules
|
Extension Modules
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
- Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
|
|
||||||
method doesn't require an argument again.
|
|
||||||
|
|
||||||
Tests
|
Tests
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -133,9 +125,20 @@ What's New in Python 3.3.0?
|
||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Issue #16046: Fix loading sourceless legacy pyos.
|
||||||
|
|
||||||
|
- Issue #16060: Fix refcounting bug when __trunc__ returns an object
|
||||||
|
whose __int__ gives a non-integer. Patch by Serhiy Storchaka.
|
||||||
|
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
Extension Modules
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
- Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
|
||||||
|
method doesn't require an argument again.
|
||||||
|
|
||||||
|
|
||||||
What's New in Python 3.3.0 Release Candidate 3?
|
What's New in Python 3.3.0 Release Candidate 3?
|
||||||
===============================================
|
===============================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue