summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-03-17 22:41:25 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-03-17 22:41:25 (GMT)
commit8d2813442e75cf0f5b8e19bed1f7d6628a9bc288 (patch)
tree3c2e475553e4b0ad37b7b79a04b21b9a67de6fd8 /Misc/NEWS
parent6826d2966b31671eea727f099e11290d432fae55 (diff)
parente147484666bae5ce0d9972ba898c406c80d3ccd8 (diff)
downloadcpython-8d2813442e75cf0f5b8e19bed1f7d6628a9bc288.zip
cpython-8d2813442e75cf0f5b8e19bed1f7d6628a9bc288.tar.gz
cpython-8d2813442e75cf0f5b8e19bed1f7d6628a9bc288.tar.bz2
Merge NEWS fix
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 bddfaf9..b0b8c33 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,7 @@ What's New in Python 3.3 Alpha 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().
- _ast.__version__ is now a Mercurial integer and hex revision.