cpython/Lib/importlib/test/source
Brett Cannon 3d26b95ca7 Merged revisions 76146 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76146 | brett.cannon | 2009-11-07 15:55:05 -0800 (Sat, 07 Nov 2009) | 6 lines

  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:57:20 +00:00
..
__init__.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
test_abc_loader.py Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +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 Merged revisions 76146 via svnmerge from 2009-11-07 23:57:20 +00:00
test_finder.py Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
test_path_hook.py Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
test_source_encoding.py Finish properly hiding importlib implementation code. 2009-03-12 22:47:53 +00:00
util.py Merged revisions 76113-76114 via svnmerge from 2009-11-05 01:34:30 +00:00