diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-17 22:40:53 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-03-17 22:40:53 (GMT) |
commit | e147484666bae5ce0d9972ba898c406c80d3ccd8 (patch) | |
tree | 5e0c619c0b0882c51e0170f7cf21326861004436 /Misc/NEWS | |
parent | 819be3406d2311347838a413f1893e4f20b3159c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)". |