summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-03-17 22:40:53 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-03-17 22:40:53 (GMT)
commite147484666bae5ce0d9972ba898c406c80d3ccd8 (patch)
tree5e0c619c0b0882c51e0170f7cf21326861004436 /Misc/NEWS
parent819be3406d2311347838a413f1893e4f20b3159c (diff)
downloadcpython-e147484666bae5ce0d9972ba898c406c80d3ccd8.zip
cpython-e147484666bae5ce0d9972ba898c406c80d3ccd8.tar.gz
cpython-e147484666bae5ce0d9972ba898c406c80d3ccd8.tar.bz2
Oops, wrong issue number in NEWS
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5732a0d..156ad78 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,7 @@ What's New in Python 3.2.1?
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().
- Issue #11510: Fixed optimizer bug which turned "a,b={1,1}" into "a,b=(1,1)".