summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-11-17 14:30:55 (GMT)
committerBrett Cannon <brett@python.org>2012-11-17 14:30:55 (GMT)
commit56b4ca78d8cd30e6f2a1292fa9d7004ef157f68c (patch)
treec251b081a40a91bea5eee9205282ff390a80f8b7 /Misc
parent4a42ec5089fd652ad04649811c246005ad1a74f9 (diff)
downloadcpython-56b4ca78d8cd30e6f2a1292fa9d7004ef157f68c.zip
cpython-56b4ca78d8cd30e6f2a1292fa9d7004ef157f68c.tar.gz
cpython-56b4ca78d8cd30e6f2a1292fa9d7004ef157f68c.tar.bz2
Issue #16489: Make it clearer that importlib.find_loader() requires
the user to import any parent packages.
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 47bf94c..217eecd7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -271,6 +271,9 @@ Tools/Demos
Documentation
-------------
+- Issue #16489: Make it clearer that importlib.find_loader() requires any and
+ all packages to be separately imported.
+
- Issue #16400: Update the description of which versions of a given package
PyPI displays.