diff options
author | Éric Araujo <merwok@netwok.org> | 2011-10-19 19:32:39 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-10-19 19:32:39 (GMT) |
commit | 3bb8be6d78130dfcf49c4860f0009300508ff92b (patch) | |
tree | 90596cfdab8b6969ee3ae7f6b4abeace9a8d2e06 /Misc | |
parent | 1a129c882cbe2f3b51babc047b08d9266634de2b (diff) | |
parent | 784cd4cc543f3685bee3b5e65e78ad5b68d77e04 (diff) | |
download | cpython-3bb8be6d78130dfcf49c4860f0009300508ff92b.zip cpython-3bb8be6d78130dfcf49c4860f0009300508ff92b.tar.gz cpython-3bb8be6d78130dfcf49c4860f0009300508ff92b.tar.bz2 |
Branch merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1455,7 +1455,7 @@ Tests the amount of time needed to run the tests. "make test" and "make quicktest" now include some resource-intensive tests, but no longer run the test suite twice to check for bugs in .pyc generation. Tools/scripts/run_test.py provides - as an easy platform-independent way to run test suite with sensible defaults. + an easy platform-independent way to run test suite with sensible defaults. - Issue #12331: The test suite for the packaging module can now run from an installed Python. |