mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add news entry for a791dd7d51f3
This commit is contained in:
parent
bb6eb857cf
commit
819be3406d
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ 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
|
||||||
|
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)".
|
||||||
|
|
||||||
- Issue #11432: A bug was introduced in subprocess.Popen on posix systems with
|
- Issue #11432: A bug was introduced in subprocess.Popen on posix systems with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue