diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-02-01 03:08:31 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-02-01 03:08:31 +0000 |
commit | 4ee2cdaf65971391b35ce7aaad5ce77ddcbb176e (patch) | |
tree | 2b78c7431d811433f09bfdc7a2994c8f7cc4dbcb /Lib/importlib/NOTES | |
parent | 30b047dc35fe7a94036de374d13754bff6ac9afa (diff) | |
download | cpython-git-4ee2cdaf65971391b35ce7aaad5ce77ddcbb176e.tar.gz |
Split out support code that is specific to source tests out of
importlib.test.support to importlib.test.source.util.
Diffstat (limited to 'Lib/importlib/NOTES')
-rw-r--r-- | Lib/importlib/NOTES | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index 02eecf9fab..8351f1e22d 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES @@ -3,9 +3,6 @@ to do * Reorganize support code. - + Separate general support code and importer-specific (e.g. source) support - code. - - Create support modules for each subdirectory (as needed). + Add a file loader mock that returns monotonically increasing mtime. - Use in source/test_reload. - Use in source/test_load_module_mixed. |