cpython/Lib/importlib/test
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
..
builtin Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
extension Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
frozen Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
import_ Merged revisions 74584 via svnmerge from 2009-08-30 04:29:47 +00:00
source Merged revisions 76146 via svnmerge from 2009-11-07 23:57:20 +00:00
__init__.py Do not execute the .pyc/.pyo files as well as the .py files. 2009-02-01 03:51:54 +00:00
abc.py Introduce importlib.abc. The module contains various ABCs related to imports 2009-03-09 03:35:50 +00:00
benchmark.py Add simple tests for __import__ for future optimizations to importlib. 2009-03-30 15:53:01 +00:00
test_abc.py Merged revisions 74107 via svnmerge from 2009-07-20 03:22:43 +00:00
test_api.py Add a test for importlib.import_module. 2009-03-04 01:02:54 +00:00
test_util.py Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
util.py Tests for case-senstivity were not being skipped for darwin when installed on a 2009-05-11 01:47:11 +00:00