From: Brett Cannon Date: Sun, 21 Feb 2016 17:20:51 +0000 (-0800) Subject: Fix some typos in the NEWS file X-Git-Tag: v3.6.0a1~587^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31feb71f802fe9778b162d55f2f55d3abe4854a8;p=thirdparty%2FPython%2Fcpython.git Fix some typos in the NEWS file --- diff --git a/Misc/NEWS b/Misc/NEWS index 66d96132f3b0..9de4fce4a018 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -78,7 +78,7 @@ Library - Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. -- Issue #26367: importlib.__init__() raises RuntimeError like +- Issue #26367: importlib.__import__() raises SystemError like builtins.__import__() when ``level`` is specified but without an accompanying package specified.