[Python-checkins] r68996 - python/branches/py3k/Lib/importlib/NOTES
brett.cannon
python-checkins at python.org
Tue Jan 27 02:46:05 CET 2009
Author: brett.cannon
Date: Tue Jan 27 02:46:04 2009
New Revision: 68996
Log:
Update importlib NOTES.
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 Tue Jan 27 02:46:04 2009
@@ -1,8 +1,15 @@
to do
/////
-* Create reasonable base tests that all finders and loaders must pass so
- that various implementations can just subclass as needed.
+* Standardized loader tests.
+
+ + Create test.loader_tests.
+ + Use
+
+ - builtin
+ - frozen
+ - extension
+ -source
* Reorganize support code.
More information about the Python-checkins
mailing list