Patch #1529686: also run test_email_codecs with regrtest.py.
diff --git a/Misc/NEWS b/Misc/NEWS
index ff46fa4..d874115 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -142,9 +142,9 @@
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?