[Python-checkins] cpython: Fix NEWS entry location.

georg.brandl python-checkins at python.org
Sun Sep 9 11:19:24 CEST 2012


http://hg.python.org/cpython/rev/c5bc19ce4d2b
changeset:   78914:c5bc19ce4d2b
user:        Georg Brandl <georg at python.org>
date:        Sun Sep 09 08:31:16 2012 +0200
summary:
  Fix NEWS entry location.

files:
  Misc/NEWS |  9 ++++++---
  1 files changed, 6 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,12 @@
   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 @@
 Tools/Demos
 -----------
 
-- Issue #15822: Really ensure 2to3 grammar pickles are properly installed
-  (replaces fixes for Issue #15645).
-
 Documentation
 -------------
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list