summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-02-06 14:49:53 (GMT)
committerBrett Cannon <brett@python.org>2014-02-06 14:49:53 (GMT)
commit3303b6abc8ac9e28a614cb1fa47a57ace427e837 (patch)
tree1153328401cbbe597fa210bcfd2cbe86aeb9ea15 /Misc
parentf811bbfe6c41d90dd1ad1c68d05a84541ecdf162 (diff)
parent07fbd7847356c704ef30f9a4230a60281422dd39 (diff)
downloadcpython-3303b6abc8ac9e28a614cb1fa47a57ace427e837.zip
cpython-3303b6abc8ac9e28a614cb1fa47a57ace427e837.tar.gz
cpython-3303b6abc8ac9e28a614cb1fa47a57ace427e837.tar.bz2
Merge for issue #20488
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c963c83..8e803e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -166,6 +166,9 @@ Build
Documentation
-------------
+- Issue #20488: Change wording to say importlib is *the* implementation of
+ import instead of just *an* implementation.
+
- Issue #6386: Clarify in the tutorial that specifying a symlink to execute
means the directory containing the executed script and not the symlink is
added to sys.path.