summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/importlib/NOTES')
-rw-r--r--Lib/importlib/NOTES6
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES
index 028f789..6d6464c 100644
--- a/Lib/importlib/NOTES
+++ b/Lib/importlib/NOTES
@@ -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.