]> granicus.if.org Git - python/commit
Issue #17211: Yield a namedtuple in pkgutil.
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 8 Sep 2016 01:37:17 +0000 (18:37 -0700)
committerEric Snow <ericsnowcurrently@gmail.com>
Thu, 8 Sep 2016 01:37:17 +0000 (18:37 -0700)
commitd5f92239818eef182fadc7c6f81f70912090573d
tree6ac89131eb8c69f3f2a752cbde3a6376f86f9454
parent8e7cdb2586193726e0263eeec82c05f2a0d9c2c9
Issue #17211: Yield a namedtuple in pkgutil.

Patch by Ramchandra Apte.
Doc/library/pkgutil.rst
Lib/pkgutil.py
Lib/test/test_pkgutil.py
Lib/test/test_runpy.py
Misc/NEWS