diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2016-05-27 18:36:28 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2016-05-27 18:36:28 (GMT) |
commit | fc36e66af46957a65b12ab0087027727f8555aed (patch) | |
tree | 4254a831fec50bef9b65782120bd6e6bb84baad3 /Misc | |
parent | c618ae8ed79cf391efa62b7d0ed571882a4356f9 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |