commit | b19449751f7e8b83ab6b8669111c111b905a14b7 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Mon Jul 09 14:10:23 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Mon Jul 09 14:10:23 2012 -0400 |
tree | e154d51d91f84793b31da7ca7bd7653fa704edd8 | |
parent | 19a2f5961ce235e9ca9944069b0f5f21b340de9c [diff] |
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.