Add NEWS entry for issue #19834.

This commit is contained in:
Walter Doerwald 2013-12-02 17:19:00 +01:00
parent f3114532e4
commit 7601a1e56f

View file

@ -18,6 +18,8 @@ Core and Builtins
Library Library
------- -------
- Issue #19834: Support unpickling of exceptions pickled by Python 2.
- Issue #15798: Fixed subprocess.Popen() to no longer fail if file - Issue #15798: Fixed subprocess.Popen() to no longer fail if file
descriptor 0, 1 or 2 is closed. descriptor 0, 1 or 2 is closed.