Update importlib NOTES.

This commit is contained in:
Brett Cannon 2009-01-27 01:46:04 +00:00
parent d197a2b136
commit dd827c403f
1 changed files with 9 additions and 2 deletions

View File

@ -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.