]> granicus.if.org Git - python/commit
Merged revisions 76113-76114 via svnmerge from
authorBrett Cannon <bcannon@gmail.com>
Thu, 5 Nov 2009 01:34:30 +0000 (01:34 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 5 Nov 2009 01:34:30 +0000 (01:34 +0000)
commit142d236442a52f458f6fece1c29e2cd8678cfd23
treeea2fbd4472971f9b0f92f1c0f87cbdc35b2aad86
parent2bb246ac12599598b32d1956587c3618b6ec2848
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.
........
Lib/importlib/test/source/util.py
Misc/NEWS