]> 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:58:46 +0000 (17:58 +0200)
committerÉric Araujo <merwok@netwok.org>
Sun, 31 Jul 2011 15:58:46 +0000 (17:58 +0200)
commit548c054fb70c504150ec8bafa4503d6b4e74e535
treef5c798beb4a7ee50e4813e009e0df00f433142d1
parentab7c1b3f1137f7479aa3c1aee82a353ee214cfe5
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