Document both importlib.machinery.BuiltinImporter and FrozenImporter.

This commit is contained in:
Brett Cannon 2009-01-25 04:56:30 +00:00
parent 51d4aabf09
commit 78246b6b45
3 changed files with 49 additions and 9 deletions

View file

@ -1,12 +1,6 @@
to do
/////
* Document:
+ The terms "importer", "finder", and "loader".
+ machinery.BuiltinImporter.
+ machinery.FrozenImporter.
* Expose resolve_name().
* Backport to Python 2.7.