summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorWalter Doerwald <walter@livinglogic.de>2013-12-02 16:20:50 (GMT)
committerWalter Doerwald <walter@livinglogic.de>2013-12-02 16:20:50 (GMT)
commitf217206bcc3be6b63d26ef7714767c8506bb3f35 (patch)
tree6236310966ae7e88df38ff4550cf816b7cdf8f64 /Misc
parentb55c4d4539dfaa4f085fcd08d9779b217ba411a9 (diff)
parent7601a1e56f8296d7422893fff59ee6e676200622 (diff)
downloadcpython-f217206bcc3be6b63d26ef7714767c8506bb3f35.zip
cpython-f217206bcc3be6b63d26ef7714767c8506bb3f35.tar.gz
cpython-f217206bcc3be6b63d26ef7714767c8506bb3f35.tar.bz2
Add NEWS entry for issue #19834: merge with 3.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 39785a7..9b71e13 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.