Implement InspectLoader for BuiltinImporter.

This commit is contained in:
Brett Cannon 2009-03-15 01:41:33 +00:00
parent 7aa21f75c1
commit a113ac58be
7 changed files with 91 additions and 32 deletions

View file

@ -1,9 +1,7 @@
to do
/////
* Fill in docstrings for ABCs.
* Implement InspectLoader for BuiltinImporter and FrozenImporter.
* Implement InspectLoader for FrozenImporter.
+ Expose function to see if a frozen module is a package.