diff options
author | Brett Cannon <brett@python.org> | 2012-11-17 14:30:55 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-11-17 14:30:55 (GMT) |
commit | 56b4ca78d8cd30e6f2a1292fa9d7004ef157f68c (patch) | |
tree | c251b081a40a91bea5eee9205282ff390a80f8b7 /Misc | |
parent | 4a42ec5089fd652ad04649811c246005ad1a74f9 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |