]> granicus.if.org Git - python/commit
Merge issue #15833: don't raise an exception if importlib can't write
authorTrent Nelson <trent@trent.me>
Tue, 16 Oct 2012 12:03:21 +0000 (08:03 -0400)
committerTrent Nelson <trent@trent.me>
Tue, 16 Oct 2012 12:03:21 +0000 (08:03 -0400)
commit744faddae87edec1612fa43606d9549f38c944f6
tree8945e72b377f16c739add19708aa7e4495edf437
parentb3fe704a4af38585c1b7b061d08d720e5fc96225
parent8a420227488aa743e20c27368ee64a114c1d651f
Merge issue #15833: don't raise an exception if importlib can't write
byte-compiled files.

This fixes a regression introduced by 3.3.

Patch by Charles-François Natali.
Lib/importlib/_bootstrap.py
Misc/NEWS
Python/importlib.h