From: Eric Snow Date: Thu, 3 Oct 2013 18:45:04 +0000 (-0600) Subject: [issue19151] Fix issue number in Misc/NEWS entry. X-Git-Tag: v3.4.0a4~283 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf14dccc4d685174ea96647389ffa69c64cb310f;p=thirdparty%2FPython%2Fcpython.git [issue19151] Fix issue number in Misc/NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index ed2e3f4cb7f1..05752f1bbd97 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -358,7 +358,7 @@ Library - Issue #18598: Tweak exception message for importlib.import_module() to include the module name when a key argument is missing. -- Issue #19951: Fix docstring and use of _get_suppported_file_loaders() to +- Issue #19151: Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples. - Issue #19152: Add ExtensionFileLoader.get_filename().