summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-08-20 03:49:08 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-08-20 03:49:08 (GMT)
commit1685db011dd8e5b808f7c176b05bfdb14c101789 (patch)
tree62da2d06f308c35a018a247ab1260deb5b9ff5f0 /Misc/NEWS
parent48fec0539157db38a993ededb32a8f312ec09fb9 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 35c48cf..b27c898 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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