From 6c3aaf3276df9e9b7880acad3f4cc5ed8c6b6ba4 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 1 Feb 2009 05:04:06 +0000 Subject: Remove an outdated todo item from importlib. --- Lib/importlib/NOTES | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index 8351f1e..57e2674 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES @@ -1,12 +1,6 @@ to do ///// -* Reorganize support code. - - + Add a file loader mock that returns monotonically increasing mtime. - - Use in source/test_reload. - - Use in source/test_load_module_mixed. - * API simplification? + read_source -> get_data/source_path -- cgit v0.12