[Python-checkins] cpython (merge 3.2 -> default): Merge NEWS fix

antoine.pitrou python-checkins at python.org
Thu Mar 17 23:41:30 CET 2011


http://hg.python.org/cpython/rev/979ae5972604
changeset:   68666:979ae5972604
parent:      68664:b4104ffd5127
parent:      68665:f832ca852329
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Thu Mar 17 23:41:25 2011 +0100
summary:
  Merge NEWS fix

files:
  Misc/NEWS

diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,7 @@
 Core and Builtins
 -----------------
 
-- Issue #10914: fix bogus memory management in Modules/getpath.c, leading to
+- 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 integer and hex revision.

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


More information about the Python-checkins mailing list