diff options
author | Georg Brandl <georg@python.org> | 2011-05-15 08:42:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-05-15 08:42:56 (GMT) |
commit | 2bff9fcec23798dd192932842bae9855ed47a862 (patch) | |
tree | 075db2aae158618d22b8e9627b560a38a65f8ef8 /Misc/NEWS | |
parent | 758b85e9d4cf714a92b6d4032c3cf00308539810 (diff) | |
parent | 5ebfe6d9a96beaa190e803259ffd05abe8786e14 (diff) | |
download | cpython-2bff9fcec23798dd192932842bae9855ed47a862.zip cpython-2bff9fcec23798dd192932842bae9855ed47a862.tar.gz cpython-2bff9fcec23798dd192932842bae9855ed47a862.tar.bz2 |
Branch merge.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |