summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-09 06:31:16 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-09 06:31:16 (GMT)
commit070175df981a07c2dcee7101c6f6e006e1d89127 (patch)
tree9eeb5da0b9cf9ab467f3a9743aa833f6db99baf9
parent24ec054ea144d76d2f3d09618921f41c3881ae7c (diff)
downloadcpython-070175df981a07c2dcee7101c6f6e006e1d89127.zip
cpython-070175df981a07c2dcee7101c6f6e006e1d89127.tar.gz
cpython-070175df981a07c2dcee7101c6f6e006e1d89127.tar.bz2
Fix NEWS entry location.
-rw-r--r--Misc/NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 12e4c4a..da668ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,12 @@ Library
calling the C function wadd_wch()/mvwadd_wch() if the Python curses is linked
to libncursesw.
+Build
+-----
+
+- Issue #15822: Really ensure 2to3 grammar pickles are properly installed
+ (replaces fixes for Issue #15645).
+
What's New in Python 3.3.0 Release Candidate 1?
===============================================
@@ -141,9 +147,6 @@ Extension Modules
Tools/Demos
-----------
-- Issue #15822: Really ensure 2to3 grammar pickles are properly installed
- (replaces fixes for Issue #15645).
-
Documentation
-------------