]> granicus.if.org Git - python/commit
Issue #15288: Clarify that pkgutil.walk_packages() and friends will no
authorBrett Cannon <brett@python.org>
Mon, 9 Jul 2012 18:10:23 +0000 (14:10 -0400)
committerBrett Cannon <brett@python.org>
Mon, 9 Jul 2012 18:10:23 +0000 (14:10 -0400)
commitb19449751f7e8b83ab6b8669111c111b905a14b7
treee154d51d91f84793b31da7ca7bd7653fa704edd8
parent19a2f5961ce235e9ca9944069b0f5f21b340de9c
Issue #15288: Clarify that pkgutil.walk_packages() and friends will no
longer work as expected in Python 3.3 as importlib's loaders do not
implement the non-standard iter_modules() method. Also link to the
term "loader" in the requisite notes to help make it clearer what has
happened.
Doc/library/pkgutil.rst
Misc/NEWS