From dd827c403fecd14f137f9442f482f1ffa42851e9 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 27 Jan 2009 01:46:04 +0000 Subject: Update importlib NOTES. --- Lib/importlib/NOTES | 11 +++++++++-- 1 file 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. -- cgit v0.12