This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2014年03月29日 21:32 by eric.snow, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg215146 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2014年03月29日 21:32 | |
(from msg207510 in issue 18864) There are a few lingering to-do comments: Lib/test/test_importlib/extension/test_case_sensitivity.py:# XXX find_spec tests Lib/test/test_importlib/extension/test_finder.py:# XXX find_spec tests Lib/test/test_importlib/source/test_file_loader.py: mod = loader.load_module('_temp') # XXX Lib/test/test_importlib/source/test_file_loader.py: # XXX Change to use exec_module(). Lib/test/test_importlib/test_windows.py: # XXX Need a test that finds the spec via the registry. |
|||
| msg215154 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2014年03月29日 21:49 | |
Lib/test/test_importlib/test_windows.py is addressed in #19714 #21099 should cover the other four. If any *new* tests are needed we can address them in this ticket. |
|||
| msg215160 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2014年03月30日 01:19 | |
I don't anticipate any more tests for now. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:00 | admin | set | github: 65297 |
| 2014年03月30日 01:19:34 | eric.snow | set | status: open -> closed resolution: rejected messages: + msg215160 stage: test needed -> resolved |
| 2014年03月29日 21:49:41 | eric.snow | set | messages: + msg215154 |
| 2014年03月29日 21:35:54 | eric.snow | link | issue18864 dependencies |
| 2014年03月29日 21:32:38 | eric.snow | create | |