From: Martin Panter Date: Sat, 5 Dec 2015 02:27:58 +0000 (+0000) Subject: Issue #25764: Merge subprocess fix from 3.5 X-Git-Tag: v3.6.0a1~957 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07efcd50071a39dd49c677de5551ad542b1be3c3;p=python Issue #25764: Merge subprocess fix from 3.5 --- 07efcd50071a39dd49c677de5551ad542b1be3c3 diff --cc Misc/NEWS index f4e7e54bc0,4cca7a2a9d..daadfdf188 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -109,9 -22,9 +109,12 @@@ Core and Builtin Library ------- + - Issue #25764: In the subprocess module, preserve any exception caused by + fork() failure when preexec_fn is used. + +- Issue #25771: Tweak the exception message for importlib.util.resolve_name() + when 'package' isn't specified but necessary. + - Issue #6478: _strptime's regexp cache now is reset after changing timezone with time.tzset().