[Python-checkins] cpython (merge 3.3 -> default): Add NEWS entry for issue #19834: merge with 3.3.

walter.doerwald python-checkins at python.org
Mon Dec 2 17:21:32 CET 2013


http://hg.python.org/cpython/rev/ef6ad7172d50
changeset:   87706:ef6ad7172d50
parent:      87703:46976bd44bfc
parent:      87705:a270370ec487
user:        Walter Doerwald <walter at livinglogic.de>
date:        Mon Dec 02 17:20:50 2013 +0100
summary:
  Add NEWS entry for issue #19834: merge with 3.3.

files:
  Misc/NEWS |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@
 Library
 -------
 
+- Issue #19834: Support unpickling of exceptions pickled by Python 2.
+
 - Issue #19781: ftplib now supports SSLContext.check_hostname and server name
   indication for TLS/SSL connections.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list