summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2016-05-27 18:36:28 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2016-05-27 18:36:28 (GMT)
commitfc36e66af46957a65b12ab0087027727f8555aed (patch)
tree4254a831fec50bef9b65782120bd6e6bb84baad3 /Misc
parentc618ae8ed79cf391efa62b7d0ed571882a4356f9 (diff)
downloadcpython-fc36e66af46957a65b12ab0087027727f8555aed.zip
cpython-fc36e66af46957a65b12ab0087027727f8555aed.tar.gz
cpython-fc36e66af46957a65b12ab0087027727f8555aed.tar.bz2
Issue #27138: Fix the doc comment for FileFinder.find_spec().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b3795fd..1d1cca8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,8 @@ Core and Builtins
(*) unpacking in function calls. Based on patch by Hagen Fürstenau and
Daniel Urban.
+- Issue #27138: Fix the doc comment for FileFinder.find_spec().
+
- Issue #26154: Add a new private _PyThreadState_UncheckedGet() function to get
the current Python thread state, but don't issue a fatal error if it is NULL.
This new function must be used instead of accessing directly the