Amend news entry.

This commit is contained in:
Georg Brandl 2006-07-27 15:38:33 +00:00
parent daea035bac
commit 6cea7d74ad
1 changed files with 3 additions and 2 deletions

View File

@ -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?