diff options
author | Éric Araujo <merwok@netwok.org> | 2011-07-31 15:58:46 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-07-31 15:58:46 (GMT) |
commit | 548c054fb70c504150ec8bafa4503d6b4e74e535 (patch) | |
tree | f5c798beb4a7ee50e4813e009e0df00f433142d1 /Misc | |
parent | ab7c1b3f1137f7479aa3c1aee82a353ee214cfe5 (diff) | |
download | cpython-548c054fb70c504150ec8bafa4503d6b4e74e535.zip cpython-548c054fb70c504150ec8bafa4503d6b4e74e535.tar.gz cpython-548c054fb70c504150ec8bafa4503d6b4e74e535.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -140,6 +140,9 @@ Tools/Demos Tests ----- +- Issue #12331: The test suite for lib2to3 can now run from an installed + Python. + - Issue #12626: In regrtest, allow to filter tests using a glob filter with the ``-m`` (or ``--match``) option. This works with all test cases using the unittest module. This is useful with long test suites |