]> granicus.if.org Git - python/commitdiff
Add NEWS entry for issue #19834.
authorWalter Doerwald <walter@livinglogic.de>
Mon, 2 Dec 2013 16:19:00 +0000 (17:19 +0100)
committerWalter Doerwald <walter@livinglogic.de>
Mon, 2 Dec 2013 16:19:00 +0000 (17:19 +0100)
Misc/NEWS

index 845a4b089b2fd248e88ac559d82fea7fd28756fc..1af0788bdf9e8c66e04a7fc65ba22996395ff6f5 100644 (file)
--- 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.