diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-03-15 01:41:33 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-03-15 01:41:33 (GMT) |
commit | a113ac58be3ee73d1382af3bfbf47b7ed5e5f5a9 (patch) | |
tree | 78b2a6b9730046c61c3d76c7cb7b7f195c695136 /Lib/importlib/NOTES | |
parent | 7aa21f75c1d9ac36f1ab7e00aa9d0048ef61476d (diff) | |
download | cpython-a113ac58be3ee73d1382af3bfbf47b7ed5e5f5a9.zip cpython-a113ac58be3ee73d1382af3bfbf47b7ed5e5f5a9.tar.gz cpython-a113ac58be3ee73d1382af3bfbf47b7ed5e5f5a9.tar.bz2 |
Implement InspectLoader for BuiltinImporter.
Diffstat (limited to 'Lib/importlib/NOTES')
-rw-r--r-- | Lib/importlib/NOTES | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index 2220a16..44cfc09 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES @@ -1,9 +1,7 @@ to do ///// -* Fill in docstrings for ABCs. - -* Implement InspectLoader for BuiltinImporter and FrozenImporter. +* Implement InspectLoader for FrozenImporter. + Expose function to see if a frozen module is a package. |