From: Eric Snow Date: Fri, 27 May 2016 18:56:41 +0000 (-0600) Subject: Issue #27138: Fix the doc comment for FileFinder.find_spec(). X-Git-Tag: v3.6.0a2~218 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0472217d433634cb7180a37045744ad4a570d500;p=thirdparty%2FPython%2Fcpython.git Issue #27138: Fix the doc comment for FileFinder.find_spec(). --- 0472217d433634cb7180a37045744ad4a570d500 diff --cc Misc/NEWS index bb88078cb04c,1d1cca8d704a..ef6ca9244d2a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -103,6 -34,6 +103,8 @@@ Core and Builtin - Issue #26718: super.__init__ no longer leaks memory if called multiple times. NOTE: A direct call of super.__init__ is not endorsed! ++- Issue #27138: Fix the doc comment for FileFinder.find_spec(). ++ - Issue #25339: PYTHONIOENCODING now has priority over locale in setting the error handler for stdin and stdout.