[Python-checkins] r69198 - python/branches/py3k/Lib/importlib/NOTES

brett.cannon python-checkins at python.org
Mon Feb 2 06:58:30 CET 2009


Author: brett.cannon
Date: Mon Feb  2 06:58:30 2009
New Revision: 69198

Log:
Note to move __package__ stuff over to rpartition to make Nick happy. Also make
sure that accepting the empty string for top-level modules is okay.


Modified:
   python/branches/py3k/Lib/importlib/NOTES

Modified: python/branches/py3k/Lib/importlib/NOTES
==============================================================================
--- python/branches/py3k/Lib/importlib/NOTES	(original)
+++ python/branches/py3k/Lib/importlib/NOTES	Mon Feb  2 06:58:30 2009
@@ -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.


More information about the Python-checkins mailing list