From: Brett Cannon Date: Tue, 27 Jan 2009 01:46:04 +0000 (+0000) Subject: Update importlib NOTES. X-Git-Tag: v3.1a1~382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd827c403fecd14f137f9442f482f1ffa42851e9;p=python Update importlib NOTES. --- diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index d607449cd5..68e24fd018 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.