diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-02-01 04:28:04 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-02-01 04:28:04 +0000 |
commit | d720b362486cc0e89f2b05a7d1473692d9788303 (patch) | |
tree | 16e57c9cebbf4107119989264bc41e1da28e65fb /Lib/importlib/NOTES | |
parent | bcb26c53c095c7bcd0e5415088e25dbd27f12592 (diff) | |
download | cpython-git-d720b362486cc0e89f2b05a7d1473692d9788303.tar.gz |
Move import semantic util code to importlib.test.import_.util.
Diffstat (limited to 'Lib/importlib/NOTES')
-rw-r--r-- | Lib/importlib/NOTES | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/importlib/NOTES b/Lib/importlib/NOTES index fd3e0e3de5..8351f1e22d 100644 --- a/Lib/importlib/NOTES +++ b/Lib/importlib/NOTES @@ -3,10 +3,6 @@ to do * Reorganize support code. - + Separate out support code for extensions out of test_support_hook. - + Move util.import_ and utill.mock_modules to import_, importlib_only, - mock_path_hook? - + Add a file loader mock that returns monotonically increasing mtime. - Use in source/test_reload. - Use in source/test_load_module_mixed. |