summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2015-12-05 02:03:42 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2015-12-05 02:03:42 (GMT)
commit6a77c2d978277fc9597baaa6ff612666332bfdca (patch)
tree7b3501d6c3ca0f34d9c076828aa29184f2e89d98 /Misc
parentccddbb186bcaec77f52a8c37d8b3f56de4b871dd (diff)
parentafdd51343cafbc02443fa6f7a2166af951a67c64 (diff)
downloadcpython-6a77c2d978277fc9597baaa6ff612666332bfdca.zip
cpython-6a77c2d978277fc9597baaa6ff612666332bfdca.tar.gz
cpython-6a77c2d978277fc9597baaa6ff612666332bfdca.tar.bz2
Issue #25764: Merge subprocess fix from 3.4 into 3.5
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 4191780..4cca7a2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,9 @@ Core and Builtins
Library
-------
+- Issue #25764: In the subprocess module, preserve any exception caused by
+ fork() failure when preexec_fn is used.
+
- Issue #6478: _strptime's regexp cache now is reset after changing timezone
with time.tzset().