From: Walter Doerwald Date: Mon, 2 Dec 2013 16:19:00 +0000 (+0100) Subject: Add NEWS entry for issue #19834. X-Git-Tag: v3.4.0b2~393^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7601a1e56f8296d7422893fff59ee6e676200622;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for issue #19834. --- diff --git a/Misc/NEWS b/Misc/NEWS index 845a4b089b2f..1af0788bdf9e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -18,6 +18,8 @@ Core and Builtins Library ------- +- Issue #19834: Support unpickling of exceptions pickled by Python 2. + - Issue #15798: Fixed subprocess.Popen() to no longer fail if file descriptor 0, 1 or 2 is closed.