]> granicus.if.org Git - python/commit
Issue #20778: Fix modulefinder to work with bytecode-only modules.
authorBrett Cannon <brett@python.org>
Fri, 28 Feb 2014 15:44:45 +0000 (10:44 -0500)
committerBrett Cannon <brett@python.org>
Fri, 28 Feb 2014 15:44:45 +0000 (10:44 -0500)
commit298bb967767d666fca8177f8c2352c2134490565
treea8e92ef700a9abdfb843d8d7cde40c6382245ac6
parent815b41b1cdb98686fc3f9cdf995b6983c12c04b3
Issue #20778: Fix modulefinder to work with bytecode-only modules.

Bug filed and initial attempt at a patch by Bohuslav Kabrda.
Lib/modulefinder.py
Lib/test/test_modulefinder.py
Misc/NEWS