summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/extension/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-20/+0
| | | | | This should make the Linux distros happy as it is now easier to leave importlib's tests out of their base Python distribution.
* Issue #13959: Deprecate imp.get_suffixes() for new attributes onBrett Cannon2012-05-111-3/+2
| | | | | | | | | | | importlib.machinery that provide the suffix details for import. The attributes were not put on imp so as to compartmentalize everything importlib needs for setting up imports in importlib.machinery. This also led to an indirect deprecation of inspect.getmoduleinfo() as it directly returned imp.get_suffix's returned tuple which no longer makes sense.
* Add the missing importlib.test.extension.util.Brett Cannon2009-02-071-0/+21