]> granicus.if.org Git - python/commitdiff
Move NEWS items from 3.3.0 to that section, to ease merging from the release clone...
authorGeorg Brandl <georg@python.org>
Fri, 28 Sep 2012 15:10:11 +0000 (17:10 +0200)
committerGeorg Brandl <georg@python.org>
Fri, 28 Sep 2012 15:10:11 +0000 (17:10 +0200)
Misc/NEWS

index c3fc68605b19ba503c2ccd534756ac8f83b87ddc..1600ee0368c2dff33e7f62e224646c7c9f616d66 100644 (file)
--- 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.
 
@@ -85,9 +80,6 @@ Library
 Extension Modules
 -----------------
 
-- Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()
-  method doesn't require an argument again.
-
 Tests
 -----
 
@@ -131,9 +123,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?
 ===============================================