From: Tim Peters Date: Thu, 27 Jul 2006 15:09:20 +0000 (+0000) Subject: News for patch #1529686. X-Git-Tag: v2.5b3~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e246a811d12dc7b80d78096fa935252bb6290c2;p=thirdparty%2FPython%2Fcpython.git News for patch #1529686. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7753f49f169f..d6b51c1c5c4c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -121,6 +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. + What's New in Python 2.5 beta 2? ================================