]> granicus.if.org Git - python/commitdiff
Issue #27138: Fix the doc comment for FileFinder.find_spec().
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 27 May 2016 18:56:41 +0000 (12:56 -0600)
committerEric Snow <ericsnowcurrently@gmail.com>
Fri, 27 May 2016 18:56:41 +0000 (12:56 -0600)
1  2 
Lib/importlib/_bootstrap_external.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index bb88078cb04c4afe3eecb44cb3f9479c0798d2a5,1d1cca8d704ad21ff7a93af509ede8a9313217c4..ef6ca9244d2aaf0bac9388d8e124903c3de732c2
+++ 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.