mirror of
https://github.com/python/cpython.git
synced 2024-12-15 12:54:31 +08:00
Oops, wrong issue number in NEWS
This commit is contained in:
parent
819be3406d
commit
e147484666
@ -10,7 +10,7 @@ What's New in Python 3.2.1?
|
|||||||
Core and Builtins
|
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().
|
a possible crash when calling Py_SetPath().
|
||||||
|
|
||||||
- Issue #11510: Fixed optimizer bug which turned "a,b={1,1}" into "a,b=(1,1)".
|
- Issue #11510: Fixed optimizer bug which turned "a,b={1,1}" into "a,b=(1,1)".
|
||||||
|
Loading…
Reference in New Issue
Block a user