summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/importlib/NOTES4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES
index 7a9ca66..5e65270 100644
--- a/Lib/importlib/NOTES
+++ b/Lib/importlib/NOTES
@@ -1,6 +1,10 @@
to do
/////
+* Use rpartition for getting the package of a module.
+
+ + Make sure that an empty string is acceptable for __package__.
+
* Create meta_path importer for sys.path.
+ Create hook.