blob: 44cfc09bd632a4014e512e8c85bd4bc0a98e44d0 [file] [log] [blame]
Brett Cannon23cbd8a2009-01-18 00:24:28 +00001to do
2/////
3
Brett Cannona113ac52009-03-15 01:41:33 +00004* Implement InspectLoader for FrozenImporter.
Brett Cannon5abdc932009-01-22 22:43:07 +00005
Brett Cannon2a922ed2009-03-09 03:35:50 +00006 + Expose function to see if a frozen module is a package.
Brett Cannon2c318a12009-02-07 01:15:27 +00007
Brett Cannondebb98d2009-02-16 04:18:01 +00008* Make sure that there is documentation *somewhere* fully explaining the
9semantics of import that can be referenced from the package's documentation
10(even if it is in the package documentation itself, although it might be best
11in the language specification).