summaryrefslogtreecommitdiff
path: root/Lib/importlib/NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/importlib/NOTES')
-rw-r--r--Lib/importlib/NOTES13
1 files changed, 5 insertions, 8 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES
index 68e24fd018..4c2e70760d 100644
--- a/Lib/importlib/NOTES
+++ b/Lib/importlib/NOTES
@@ -1,15 +1,12 @@
to do
/////
-* Standardized loader tests.
+* Use test.loader_tests
- + Create test.loader_tests.
- + Use
-
- - builtin
- - frozen
- - extension
- -source
+ + builtin
+ + frozen
+ + extension
+ + source
* Reorganize support code.