summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-05-15 08:42:56 (GMT)
committerGeorg Brandl <georg@python.org>2011-05-15 08:42:56 (GMT)
commit2bff9fcec23798dd192932842bae9855ed47a862 (patch)
tree075db2aae158618d22b8e9627b560a38a65f8ef8 /Misc/NEWS
parent758b85e9d4cf714a92b6d4032c3cf00308539810 (diff)
parent5ebfe6d9a96beaa190e803259ffd05abe8786e14 (diff)
downloadcpython-2bff9fcec23798dd192932842bae9855ed47a862.zip
cpython-2bff9fcec23798dd192932842bae9855ed47a862.tar.gz
cpython-2bff9fcec23798dd192932842bae9855ed47a862.tar.bz2
Branch merge.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fc4a2c8..288dc15 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.1 release candidate 1?
Core and Builtins
-----------------
+- Issue #12060: Use sig_atomic_t type and volatile keyword in the signal
+ module. Patch written by Charles-François Natali.
+
- Issue #12044: Fixed subprocess.Popen when used as a context manager to
wait for the process to end when exiting the context to avoid unintentionally
leaving zombie processes around.