summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-04-09 21:58:04 (GMT)
committerNed Deily <nad@acm.org>2011-04-09 21:58:04 (GMT)
commit4e6aba6f6352acd0f40a7677c678afa4079a85ba (patch)
tree350b923fa18a99399f5c7cf08725adec7492a026 /Misc
parent131a6414dd023d8bfa71a05e76030c1e0aaf2c1d (diff)
parent2604e33f3002c48437df2f013a085197be8aba8d (diff)
downloadcpython-4e6aba6f6352acd0f40a7677c678afa4079a85ba.zip
cpython-4e6aba6f6352acd0f40a7677c678afa4079a85ba.tar.gz
cpython-4e6aba6f6352acd0f40a7677c678afa4079a85ba.tar.bz2
Issue9670: Merge backout from 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 95e5446..e4eba6e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,11 +10,6 @@ What's New in Python 3.3 Alpha 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.