summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-09-28 15:16:24 (GMT)
committerMichael Foord <michael@voidspace.org.uk>2012-09-28 15:16:24 (GMT)
commit8ec31c200621b52febdb9e02f7c36eddda37eb78 (patch)
tree694b521e50f4109c28c5efa661befcc82372ea61 /Misc
parent28d591ceef337cc37c4b44d7958dea3f59d92018 (diff)
parent811b981fcbf8aea829093f69f91ee930b8c12710 (diff)
downloadcpython-8ec31c200621b52febdb9e02f7c36eddda37eb78.zip
cpython-8ec31c200621b52febdb9e02f7c36eddda37eb78.tar.gz
cpython-8ec31c200621b52febdb9e02f7c36eddda37eb78.tar.bz2
Merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS19
1 files changed, 11 insertions, 8 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 43fcfa4..3f5d7f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,11 +10,6 @@ What's New in Python 3.3.1?
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
decoder (already working as unicode strings). Patch by Serhiy Storchaka.
@@ -87,9 +82,6 @@ Library
Extension Modules
-----------------
-- Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
- method doesn't require an argument again.
-
Tests
-----
@@ -133,9 +125,20 @@ What's New in Python 3.3.0?
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
-------
+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?
===============================================