From: Georg Brandl Date: Thu, 27 Jul 2006 15:38:33 +0000 (+0000) Subject: Amend news entry. X-Git-Tag: v2.5b3~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cea7d74ade5934e4bea810d37f2906498b6a1d9;p=thirdparty%2FPython%2Fcpython.git Amend news entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index d6b51c1c5c4c..cfb8cf8fc4e4 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?