Merged revisions 76146 via svnmerge from
authorBrett Cannon <bcannon@gmail.com>
Sat, 7 Nov 2009 23:57:20 +0000 (23:57 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 7 Nov 2009 23:57:20 +0000 (23:57 +0000)
commit3d26b95ca7ad0f2a39f39606acf2935eb4344e67
treed1a50ef884caa7bbe5b804b67a805a00fc65f291
parent1fa0c3f5bf2349ffa231608f25de2912479d89bd
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.
........
Lib/importlib/_bootstrap.py
Lib/importlib/test/source/test_file_loader.py
Misc/ACKS
Misc/NEWS