summaryrefslogtreecommitdiffstats
path: root/Lib/importlib
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-01-27 01:46:04 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-01-27 01:46:04 (GMT)
commitdd827c403fecd14f137f9442f482f1ffa42851e9 (patch)
treeb024cd39df5b2f1e56791aeb0c59f1951165fffe /Lib/importlib
parentd197a2b136bdc72c954fb7b2ff849d56d4f0c138 (diff)
downloadcpython-dd827c403fecd14f137f9442f482f1ffa42851e9.zip
cpython-dd827c403fecd14f137f9442f482f1ffa42851e9.tar.gz
cpython-dd827c403fecd14f137f9442f482f1ffa42851e9.tar.bz2
Update importlib NOTES.
Diffstat (limited to 'Lib/importlib')
-rw-r--r--Lib/importlib/NOTES11
1 files changed, 9 insertions, 2 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES
index d607449..68e24fd 100644
--- a/Lib/importlib/NOTES
+++ b/Lib/importlib/NOTES
@@ -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.