]> granicus.if.org Git - python/commit
Issue #25487: Fix tests not updated when the imp module moved to a
authorBrett Cannon <brett@python.org>
Fri, 30 Oct 2015 21:41:06 +0000 (14:41 -0700)
committerBrett Cannon <brett@python.org>
Fri, 30 Oct 2015 21:41:06 +0000 (14:41 -0700)
commit213b4056a64a670587419c8a15a724faeb789221
treebef9c3f645c5c40644ac9baa169b8544b066ea6d
parentc6d17c04bc94c690e9636cd6eb9b7a16f0496836
Issue #25487: Fix tests not updated when the imp module moved to a
DeprecationWarning.

Thanks to Martin Panter for finding the tests.
Lib/modulefinder.py
Lib/test/test_imp.py