diff options
Diffstat (limited to 'Lib/importlib/NOTES')
-rw-r--r-- | Lib/importlib/NOTES | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index ed439ed..f738419 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES @@ -3,7 +3,6 @@ to do * Public API left to expose (w/ docs!) - + abc.PyLoader.get_source + util.set_loader * Implement InspectLoader for BuiltinImporter and FrozenImporter. |