]> granicus.if.org Git - python/commit
Issue #25805: Skip a test for test_pkgutil when __name__ == __main__.
authorBrett Cannon <brett@python.org>
Fri, 12 Aug 2016 17:53:53 +0000 (10:53 -0700)
committerBrett Cannon <brett@python.org>
Fri, 12 Aug 2016 17:53:53 +0000 (10:53 -0700)
commit4a2360d3f786053a8e324c4b9587aa6025072689
treedb85caf69efaa64dd329443299bf367b0164f8bf
parent87fe473edc933ce8a3c886efff8e6389f90b3e57
Issue #25805: Skip a test for test_pkgutil when __name__ == __main__.

Thanks to SilentGhost for the patch.
Lib/test/test_pkgutil.py
Misc/NEWS