diff options
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 |