summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-07-16 02:11:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-07-16 02:11:35 (GMT)
commitddddcab3ecc0975e068596ec98356761db20fd9c (patch)
tree0350c77e964dad4e8f1de766837e45e6224ad153 /Misc/NEWS
parent7dc35f6fea054f9e7488e3d06d4dfdaac86af310 (diff)
downloadcpython-ddddcab3ecc0975e068596ec98356761db20fd9c.zip
cpython-ddddcab3ecc0975e068596ec98356761db20fd9c.tar.gz
cpython-ddddcab3ecc0975e068596ec98356761db20fd9c.tar.bz2
put in correct section
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0662811..3301d3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,9 +10,6 @@ What's New in Python 3.3 Alpha 1?
Core and Builtins
-----------------
-- Issue #12273: Remove ast.__version__. AST changes can be accounted for by
- checking sys.version_info or sys._mercurial.
-
- Issue #11627: Fix segfault when __new__ on a exception returns a non-exception
class.
@@ -231,6 +228,9 @@ Core and Builtins
Library
-------
+- Issue #12273: Remove ast.__version__. AST changes can be accounted for by
+ checking sys.version_info or sys._mercurial.
+
- Silence spurious "broken pipe" tracebacks when shutting down a
ProcessPoolExecutor.