]> granicus.if.org Git - python/commit
Fix test_distutils when sys.dont_write_bytecode is true (#9831).
authorÉric Araujo <merwok@netwok.org>
Sat, 28 May 2011 21:21:19 +0000 (23:21 +0200)
committerÉric Araujo <merwok@netwok.org>
Sat, 28 May 2011 21:21:19 +0000 (23:21 +0200)
commitbe778313758ac41682b4d97b91097c57ca354a22
treeee5782fe2eae2d83c1b7db41a3b4bf8075687da3
parent1e94021ea59bfdefc03c6af405fd18d64a789d71
Fix test_distutils when sys.dont_write_bytecode is true (#9831).

The tests now pass all combinations of -O/-OO and -B.  See also #7071
and #6292 for previous variations on the same theme.
Lib/distutils/tests/test_build_py.py