summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-07-27 15:38:33 (GMT)
committerGeorg Brandl <georg@python.org>2006-07-27 15:38:33 (GMT)
commit6cea7d74ade5934e4bea810d37f2906498b6a1d9 (patch)
treee5424a9711a70ff696f61d16f284424d0f253329 /Misc
parentdaea035bac28ac1f2e70bcc4ddd4ec7f8bb541c9 (diff)
downloadcpython-6cea7d74ade5934e4bea810d37f2906498b6a1d9.zip
cpython-6cea7d74ade5934e4bea810d37f2906498b6a1d9.tar.gz
cpython-6cea7d74ade5934e4bea810d37f2906498b6a1d9.tar.bz2
Amend news entry.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d6b51c1..cfb8cf8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -121,8 +121,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 ``test_defaultdict`` test didn't actually
- run any tests when run via ``regrtest.py``. Now it does.
+- 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.
What's New in Python 2.5 beta 2?