summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalter Doerwald <walter@livinglogic.de>2013-12-02 17:20:50 +0100
committerWalter Doerwald <walter@livinglogic.de>2013-12-02 17:20:50 +0100
commitf217206bcc3be6b63d26ef7714767c8506bb3f35 (patch)
tree6236310966ae7e88df38ff4550cf816b7cdf8f64
parentb55c4d4539dfaa4f085fcd08d9779b217ba411a9 (diff)
parent7601a1e56f8296d7422893fff59ee6e676200622 (diff)
downloadcpython-git-f217206bcc3be6b63d26ef7714767c8506bb3f35.tar.gz
Add NEWS entry for issue #19834: merge with 3.3.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 39785a7841..9b71e13d8b 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 #19781: ftplib now supports SSLContext.check_hostname and server name
indication for TLS/SSL connections.