diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2013-12-10 02:59:10 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2013-12-10 02:59:10 (GMT) |
commit | c1e7c747f92a27f1f2bb392dbbfbd2817591f44f (patch) | |
tree | 5b704ab3437269d9811aee36233d897500a24f76 /Misc | |
parent | fc25d629aba73a0da3fa0dd9de640a117fd76c29 (diff) | |
download | cpython-c1e7c747f92a27f1f2bb392dbbfbd2817591f44f.zip cpython-c1e7c747f92a27f1f2bb392dbbfbd2817591f44f.tar.gz cpython-c1e7c747f92a27f1f2bb392dbbfbd2817591f44f.tar.bz2 |
Issue 19851: Fix a regression in reloading submodules.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |