blob: 2c76fc4a8c673be599beaf9ab4bae2f3c9858c0a [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 Cannona2fcb1d2009-02-21 03:12:17 +000010* Remove ``import *`` from importlib.__init__.
11
12* Remove __all__ from importlib._bootstrap.
13
14* Add leading underscores to all objects in importlib._bootstrap that are not
15 publicly exposed.
16
Brett Cannon91cf8822009-02-21 05:41:15 +000017* Reorder importlib/_bootstrap.py so definitions are not in inverted order.
18
Brett Cannondebb98d2009-02-16 04:18:01 +000019* Make sure that there is documentation *somewhere* fully explaining the
20semantics of import that can be referenced from the package's documentation
21(even if it is in the package documentation itself, although it might be best
22in the language specification).