From: Brett Cannon Date: Sun, 21 Feb 2016 17:21:35 +0000 (-0800) Subject: Fix some typos in the NEWS file X-Git-Tag: v3.6.0a1~587 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccd6c593ef802d576e83225fbd6707ddbb19a309;p=python Fix some typos in the NEWS file --- ccd6c593ef802d576e83225fbd6707ddbb19a309 diff --cc Misc/NEWS index 4043e0139e,9de4fce4a0..d0f9531c52 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -186,9 -75,10 +186,9 @@@ Core and Builtin Library ------- -- Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. +Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. - - Issue #26367: importlib.__init__() raises ImportError like -- Issue #26367: importlib.__import__() raises SystemError like ++- Issue #26367: importlib.__import__() raises ImportError like builtins.__import__() when ``level`` is specified but without an accompanying package specified.