diff options
author | Brett Cannon <brett@python.org> | 2016-02-20 20:59:36 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2016-02-20 20:59:36 (GMT) |
commit | 0911c0d27176bb0501b87dd65ebfb47bc3da4e12 (patch) | |
tree | 0ad28eb66cc7c7c4846af1f7f44523288c43fb01 /Misc/NEWS | |
parent | d9dc53021e11c357592f7ecc4aa9e5dba9bcd359 (diff) | |
parent | 4f38cb41fe022c94bb5569c72d8b48020d8c13d4 (diff) | |
download | cpython-0911c0d27176bb0501b87dd65ebfb47bc3da4e12.zip cpython-0911c0d27176bb0501b87dd65ebfb47bc3da4e12.tar.gz cpython-0911c0d27176bb0501b87dd65ebfb47bc3da4e12.tar.bz2 |
Merge for issue #26367
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -185,6 +185,9 @@ Core and Builtins Library ------- +- Issue #26367: importlib.__init__() raises ImportError like + builtins.__import__() when ``level`` is specified but without an accompanying + package specified. - Issue #26309: In the "socketserver" module, shut down the request (closing the connected socket) when verify_request() returns false. Patch by Aviv |