cpython/Lib/importlib/test/source
Brett Cannon e52c919d67 When trying to write new bytecode, importlib was not catching the IOError
thrown if the file happened to be read-only to keep the failure silent.

Fixes issue #7187. Thanks, Dave Malcolm for the report and analysis of the
problem.
2009-11-07 23:55:05 +00:00
..
__init__.py
test_abc_loader.py Implement the PEP 302 protocol for get_filename() as 2009-07-20 04:23:48 +00:00
test_case_sensitivity.py Tests for case-senstivity were not being skipped for darwin when installed on a 2009-05-11 01:47:11 +00:00
test_file_loader.py When trying to write new bytecode, importlib was not catching the IOError 2009-11-07 23:55:05 +00:00
test_finder.py Move over to using assertRaises as a context manager for importlib tests. 2009-08-27 23:49:21 +00:00
test_path_hook.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
test_source_encoding.py Move over to using assertRaises as a context manager for importlib tests. 2009-08-27 23:49:21 +00:00
util.py Use tempfile.mkdtemp() instead of tempfile.tempdir for where importlib places 2009-11-05 01:26:57 +00:00