This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients brett.cannon, eric.snow, ncoghlan
Date 2014-03-29.21:34:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396128875.13.0.712473033591.issue21099@psf.upfronthosting.co.za>
In-reply-to
Content
(from msg202657 in issue 18864)

A bunch of importlib (and other?) tests make direct calls to find_module(), find_loader(), or load_module().  These are still working, as expected.  However, we should probably either replace them or supplement them with equivalent tests that make use of specs directly.
History
Date User Action Args
2014-03-29 21:34:35eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan
2014-03-29 21:34:35eric.snowsetmessageid: <1396128875.13.0.712473033591.issue21099@psf.upfronthosting.co.za>
2014-03-29 21:34:35eric.snowlinkissue21099 messages
2014-03-29 21:34:34eric.snowcreate