blob: 2220a166d82e2f206dec8c2430d1a8a7a7519a77 [file] [log] [blame]
Brett Cannon23cbd8a2009-01-18 00:24:28 +00001to do
2/////
3
Brett Cannonc59cd682009-03-11 05:14:27 +00004* Fill in docstrings for ABCs.
5
Brett Cannon2a922ed2009-03-09 03:35:50 +00006* Implement InspectLoader for BuiltinImporter and FrozenImporter.
Brett Cannon5abdc932009-01-22 22:43:07 +00007
Brett Cannon2a922ed2009-03-09 03:35:50 +00008 + Expose function to see if a frozen module is a package.
Brett Cannon2c318a12009-02-07 01:15:27 +00009
Brett Cannondebb98d2009-02-16 04:18:01 +000010* Make sure that there is documentation *somewhere* fully explaining the
11semantics of import that can be referenced from the package's documentation
12(even if it is in the package documentation itself, although it might be best
13in the language specification).