summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-04-09 21:53:47 (GMT)
committerNed Deily <nad@acm.org>2011-04-09 21:53:47 (GMT)
commit2604e33f3002c48437df2f013a085197be8aba8d (patch)
tree4e7f49adee6015a274ced2d3b2a931ee0880ed93 /Misc
parent15012a67d25dbd1cee5e014be5f5f999c96c9c13 (diff)
parent45e47e58edf101e7865d4bdaa2261ce1421a4209 (diff)
downloadcpython-2604e33f3002c48437df2f013a085197be8aba8d.zip
cpython-2604e33f3002c48437df2f013a085197be8aba8d.tar.gz
cpython-2604e33f3002c48437df2f013a085197be8aba8d.tar.bz2
Issue9670: Merge backout to 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dfb129c..23026db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.