diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-01-27 01:46:04 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-01-27 01:46:04 (GMT) |
commit | dd827c403fecd14f137f9442f482f1ffa42851e9 (patch) | |
tree | b024cd39df5b2f1e56791aeb0c59f1951165fffe /Lib/importlib | |
parent | d197a2b136bdc72c954fb7b2ff849d56d4f0c138 (diff) | |
download | cpython-dd827c403fecd14f137f9442f482f1ffa42851e9.zip cpython-dd827c403fecd14f137f9442f482f1ffa42851e9.tar.gz cpython-dd827c403fecd14f137f9442f482f1ffa42851e9.tar.bz2 |
Update importlib NOTES.
Diffstat (limited to 'Lib/importlib')
-rw-r--r-- | Lib/importlib/NOTES | 11 |
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. |