summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-28 15:10:11 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-28 15:10:11 (GMT)
commit811b981fcbf8aea829093f69f91ee930b8c12710 (patch)
tree16bf6e7aebeb9e3cdd8cb50a7d0afb395a7c6bcd
parent494502756eb7283631930c18ccaa6b137959d961 (diff)
downloadcpython-811b981fcbf8aea829093f69f91ee930b8c12710.zip
cpython-811b981fcbf8aea829093f69f91ee930b8c12710.tar.gz
cpython-811b981fcbf8aea829093f69f91ee930b8c12710.tar.bz2
Move NEWS items from 3.3.0 to that section, to ease merging from the release clone later.
-rw-r--r--Misc/NEWS19
1 files changed, 11 insertions, 8 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c3fc686..1600ee0 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.
@@ -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?
===============================================