diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-20 03:49:08 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-20 03:49:08 (GMT) |
commit | 1685db011dd8e5b808f7c176b05bfdb14c101789 (patch) | |
tree | 62da2d06f308c35a018a247ab1260deb5b9ff5f0 /Misc/NEWS | |
parent | 48fec0539157db38a993ededb32a8f312ec09fb9 (diff) | |
download | cpython-1685db011dd8e5b808f7c176b05bfdb14c101789.zip cpython-1685db011dd8e5b808f7c176b05bfdb14c101789.tar.gz cpython-1685db011dd8e5b808f7c176b05bfdb14c101789.tar.bz2 |
s/path importer/path based finder/ (because the path based finder is not an importer and the simpler 'path finder' is too ambiguous)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -55,6 +55,10 @@ Tools/Demos Documentation ------------- +- The "path importer" misnomer has been replaced with Eric Snow's + more-awkward-but-at-least-not-wrong suggestion of "path based finder" in + the import system reference docs + - Issue #15640: Document importlib.abc.Finder as deprecated. - Issue #15630: Add an example for "continue" stmt in the tutorial. Patch by |