diff options
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 02eecf9..8351f1e 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. |