diff options
author | Georg Brandl <georg@python.org> | 2006-07-28 18:31:39 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-07-28 18:31:39 (GMT) |
commit | 4793aa39a9200383117fe58a0b10fcfae4299c45 (patch) | |
tree | dd9f529e59756aa5676acfcebd7e58e6132d56b7 /Misc | |
parent | 39d7739e6cedda8b6ec3a4ccef6a551317c29ad9 (diff) | |
download | cpython-4793aa39a9200383117fe58a0b10fcfae4299c45.zip cpython-4793aa39a9200383117fe58a0b10fcfae4299c45.tar.gz cpython-4793aa39a9200383117fe58a0b10fcfae4299c45.tar.bz2 |
Patch #1529686: also run test_email_codecs with regrtest.py.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -142,9 +142,9 @@ Tests how long the test file should take to play. Now accepts taking 2.93 secs (exact time) +/- 10% instead of the hard-coded 3.1 sec. -- Patch #1529686: The standard tests ``test_defaultdict``, ``test_iterlen`` - and ``test_uuid`` didn't actually run any tests when run via ``regrtest.py``. - Now they do. +- Patch #1529686: The standard tests ``test_defaultdict``, ``test_iterlen``, + ``test_uuid`` and ``test_email_codecs`` didn't actually run any tests when + run via ``regrtest.py``. Now they do. What's New in Python 2.5 beta 2? |