summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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)
commit548c054fb70c504150ec8bafa4503d6b4e74e535 (patch)
treef5c798beb4a7ee50e4813e009e0df00f433142d1 /Misc
parentab7c1b3f1137f7479aa3c1aee82a353ee214cfe5 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aab5e1a..e1060f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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