summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2013-12-10 02:59:10 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2013-12-10 02:59:10 (GMT)
commitc1e7c747f92a27f1f2bb392dbbfbd2817591f44f (patch)
tree5b704ab3437269d9811aee36233d897500a24f76 /Misc/NEWS
parentfc25d629aba73a0da3fa0dd9de640a117fd76c29 (diff)
downloadcpython-c1e7c747f92a27f1f2bb392dbbfbd2817591f44f.zip
cpython-c1e7c747f92a27f1f2bb392dbbfbd2817591f44f.tar.gz
cpython-c1e7c747f92a27f1f2bb392dbbfbd2817591f44f.tar.bz2
Issue 19851: Fix a regression in reloading submodules.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eab79a9..e479732 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -114,6 +114,8 @@ Library
- Issue #6477: Added support for pickling the types of built-in singletons
(i.e., Ellipsis, NotImplemented, None).
+- Issue #19851: Fixed a regression in reloading sub-modules.
+
- ssl.create_default_context() sets OP_NO_COMPRESSION to prevent CRIME.
- Issue #19802: Add socket.SO_PRIORITY.