[Python-checkins] cpython: Remove obsolete/duplicate entries

eric.araujo python-checkins at python.org
Mon Nov 7 18:11:38 CET 2011


http://hg.python.org/cpython/rev/ff7d6fd53132
changeset:   73421:ff7d6fd53132
parent:      73376:4eee9dd61147
user:        Éric Araujo <merwok at netwok.org>
date:        Sun Nov 06 05:35:32 2011 +0100
summary:
  Remove obsolete/duplicate entries

files:
  Misc/NEWS |  4 ----
  1 files changed, 0 insertions(+), 4 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -283,8 +283,6 @@
 - Issue #11320: fix bogus memory management in Modules/getpath.c, leading to
   a possible crash when calling Py_SetPath().
 
-- _ast.__version__ is now a Mercurial hex revision.
-
 - Issue #11432: A bug was introduced in subprocess.Popen on posix systems with
   3.2.0 where the stdout or stderr file descriptor being the same as the stdin
   file descriptor would raise an exception. webbrowser.open would fail. fixed.
@@ -1542,8 +1540,6 @@
   signature.  Without this, architectures where sizeof void* != sizeof int are
   broken.  Patch given by Hallvard B Furuseth.
 
-- Issue #12221: Replace pyexpat.__version__ with the Python version.
-
 - Issue #12051: Fix segfault in json.dumps() while encoding highly-nested
   objects using the C accelerations.
 

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


More information about the Python-checkins mailing list