diff options
author | Ned Deily <nad@acm.org> | 2011-04-09 21:53:47 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-04-09 21:53:47 (GMT) |
commit | 2604e33f3002c48437df2f013a085197be8aba8d (patch) | |
tree | 4e7f49adee6015a274ced2d3b2a931ee0880ed93 /Misc | |
parent | 15012a67d25dbd1cee5e014be5f5f999c96c9c13 (diff) | |
parent | 45e47e58edf101e7865d4bdaa2261ce1421a4209 (diff) | |
download | cpython-2604e33f3002c48437df2f013a085197be8aba8d.zip cpython-2604e33f3002c48437df2f013a085197be8aba8d.tar.gz cpython-2604e33f3002c48437df2f013a085197be8aba8d.tar.bz2 |
Issue9670: Merge backout to 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -10,11 +10,6 @@ What's New in Python 3.2.1? Core and Builtins ----------------- -- Issue #9670: Increase the default stack size for secondary threads on - Mac OS X and FreeBSD to reduce the chances of a crash instead of a - "maximum recursion depth" RuntimeError exception. - (original patch by Ronald Oussoren) - - Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted (EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali. |