summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-11-17 14:33:14 (GMT)
committerBrett Cannon <brett@python.org>2012-11-17 14:33:14 (GMT)
commit10f19812b54c5aa96e33335bed56247be97e0cc8 (patch)
treeeb33db574a146171b3a98418c8502ed5f63088cc /Misc
parentac6ca3dc021d80ae3d4075fd6f4d27942484f743 (diff)
parent56b4ca78d8cd30e6f2a1292fa9d7004ef157f68c (diff)
downloadcpython-10f19812b54c5aa96e33335bed56247be97e0cc8.zip
cpython-10f19812b54c5aa96e33335bed56247be97e0cc8.tar.gz
cpython-10f19812b54c5aa96e33335bed56247be97e0cc8.tar.bz2
Merge fix for #16489 from 3.3
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 9a78c08..a544b8b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -376,6 +376,9 @@ Build
Documentation
-------------
+- Issue #16489: Make it clearer that importlib.find_loader() needs parent
+ packages to be explicitly imported.
+
- Issue #16400: Update the description of which versions of a given package
PyPI displays.