]> granicus.if.org Git - python/commit
Stop trying to write into the stdlib during lib2to3 tests (#12331).
authorÉric Araujo <merwok@netwok.org>
Sun, 31 Jul 2011 15:59:28 +0000 (17:59 +0200)
committerÉric Araujo <merwok@netwok.org>
Sun, 31 Jul 2011 15:59:28 +0000 (17:59 +0200)
commit498da2c16252686caa6a9a556def015ed8ed230e
tree7950266622f2f4a28b619e3362fabdbf45888c05
parent560bf855d3788c31273162f0ccf777b3c1eedaa8
Stop trying to write into the stdlib during lib2to3 tests (#12331).

This prevents tests from failing when run from a Python installed in a
read-only directory.
Lib/lib2to3/tests/test_refactor.py
Misc/NEWS