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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd827c403fecd14f137f9442f482f1ffa42851e9;p=thirdparty%2FPython%2Fcpython.git Update importlib NOTES. --- diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index d607449cd532..68e24fd018c3 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.