Add a NOTE for importlib to fill in the docstrings for the ABCs.

This commit is contained in:
Brett Cannon 2009-03-11 05:14:27 +00:00
parent d8e9526a5e
commit c59cd68847
1 changed files with 2 additions and 0 deletions

View File

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