diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-02-01 05:04:06 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-02-01 05:04:06 (GMT) |
commit | 6c3aaf3276df9e9b7880acad3f4cc5ed8c6b6ba4 (patch) | |
tree | 34c0b1c1f63621d52c607ec137708a3f8aac8672 /Lib | |
parent | d720b362486cc0e89f2b05a7d1473692d9788303 (diff) | |
download | cpython-6c3aaf3276df9e9b7880acad3f4cc5ed8c6b6ba4.zip cpython-6c3aaf3276df9e9b7880acad3f4cc5ed8c6b6ba4.tar.gz cpython-6c3aaf3276df9e9b7880acad3f4cc5ed8c6b6ba4.tar.bz2 |
Remove an outdated todo item from importlib.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/importlib/NOTES | 6 |
1 files changed, 0 insertions, 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 |