commit | 7601a1e56f8296d7422893fff59ee6e676200622 | [log] [tgz] |
---|---|---|
author | Walter Doerwald <walter@livinglogic.de> | Mon Dec 02 17:19:00 2013 +0100 |
committer | Walter Doerwald <walter@livinglogic.de> | Mon Dec 02 17:19:00 2013 +0100 |
tree | 48910dfb077eb4017f98c4b83c2bcb85e8b330c8 | |
parent | f3114532e4a59fff647f2edb777351b3a4839095 [diff] |
Add NEWS entry for issue #19834.
diff --git a/Misc/NEWS b/Misc/NEWS index 845a4b0..1af0788 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,8 @@ 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.