summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@divmod.com>2010-05-09 03:18:57 (GMT)
committerJean-Paul Calderone <exarkun@divmod.com>2010-05-09 03:18:57 (GMT)
commit6f137ca4693a9c37ec012846aebc02f6863547be (patch)
tree56e041a97ab549cc23f5fe1183a7840a2aa794c2 /Misc
parentbf9bcab98e194780f11ccd59803cb2bb71752e83 (diff)
downloadcpython-6f137ca4693a9c37ec012846aebc02f6863547be.zip
cpython-6f137ca4693a9c37ec012846aebc02f6863547be.tar.gz
cpython-6f137ca4693a9c37ec012846aebc02f6863547be.tar.bz2
Merged revisions 81007 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81007 | jean-paul.calderone | 2010-05-08 16:06:02 -0400 (Sat, 08 May 2010) | 1 line Skip signal handler re-installation if it is not necessary. Issue 8354. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6c9640b..8c32684 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -397,6 +397,9 @@ Library
- Issue #4687: Fix accuracy of garbage collection runtimes displayed with
gc.DEBUG_STATS.
+- Issue #8354: The siginterrupt setting is now preserved for all signals,
+ not just SIGCHLD.
+
- Issue #7192: webbrowser.get("firefox") now wors on Mac OS X, as does
webbrowser.get("safari").