cpython/Lib/importlib/test/source
Brett Cannon 142d236442 Merged revisions 76113-76114 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76113 | brett.cannon | 2009-11-04 17:17:22 -0800 (Wed, 04 Nov 2009) | 3 lines

  importlib.test.source.util referenced variables in the 'finally' part of a
  try/finally which may not have been set.
........
  r76114 | brett.cannon | 2009-11-04 17:26:57 -0800 (Wed, 04 Nov 2009) | 6 lines

  Use tempfile.mkdtemp() instead of tempfile.tempdir for where importlib places
  source files for tests. Allows for concurrent execution of the tests by
  preventing various executions from trampling each other.

  Closes issue #7248.
........
2009-11-05 01:34:30 +00:00
..
__init__.py
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 73715 via svnmerge from 2009-08-13 08:51:18 +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