]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merge NEWS fix
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 17 Mar 2011 22:41:25 +0000 (23:41 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 17 Mar 2011 22:41:25 +0000 (23:41 +0100)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index bddfaf90cfbeb638f6219f9a19b957b353a3668a,156ad785693a812afbbf401f70adcb7205a79c67..b0b8c3332a5611a231c5b944a52efd4b742f07b3
+++ b/Misc/NEWS
@@@ -10,10 -10,10 +10,10 @@@ 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().
  
 -- Issue #11510: Fixed optimizer bug which turned "a,b={1,1}" into "a,b=(1,1)".
 +- _ast.__version__ is now a Mercurial integer and hex revision.
  
  - Issue #11432: A bug was introduced in subprocess.Popen on posix systems with
    3.2.0 where the stdout or stderr file descriptor being the same as the stdin