commit | a113ac58be3ee73d1382af3bfbf47b7ed5e5f5a9 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sun Mar 15 01:41:33 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sun Mar 15 01:41:33 2009 +0000 |
tree | 78b2a6b9730046c61c3d76c7cb7b7f195c695136 | |
parent | 7aa21f75c1d9ac36f1ab7e00aa9d0048ef61476d [diff] [blame] |
Implement InspectLoader for BuiltinImporter.
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.