summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-07-28 18:31:39 (GMT)
committerGeorg Brandl <georg@python.org>2006-07-28 18:31:39 (GMT)
commit4793aa39a9200383117fe58a0b10fcfae4299c45 (patch)
treedd9f529e59756aa5676acfcebd7e58e6132d56b7 /Misc
parent39d7739e6cedda8b6ec3a4ccef6a551317c29ad9 (diff)
downloadcpython-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/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ff46fa4..d874115 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?