From: Brett Cannon Date: Sat, 17 Nov 2012 14:33:14 +0000 (-0500) Subject: Merge fix for #16489 from 3.3 X-Git-Tag: v3.4.0a1~1996 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=10f19812b54c5aa96e33335bed56247be97e0cc8;p=thirdparty%2FPython%2Fcpython.git Merge fix for #16489 from 3.3 --- 10f19812b54c5aa96e33335bed56247be97e0cc8 diff --cc Misc/NEWS index 9a78c0851c31,217eecd7e187..a544b8b01825 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -376,6 -265,15 +376,9 @@@ Buil Documentation ------------- -- Issue #16489: Make it clearer that importlib.find_loader() requires any and - all packages to be separately imported. ++- 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.