summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-07-27 15:09:20 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-07-27 15:09:20 (GMT)
commit3e246a811d12dc7b80d78096fa935252bb6290c2 (patch)
tree6ff81da2753e071d37396cf071b99e7c2e576bb8
parentf102fc5f86bf40695f70888a12d6a8c171bd0515 (diff)
downloadcpython-3e246a811d12dc7b80d78096fa935252bb6290c2.zip
cpython-3e246a811d12dc7b80d78096fa935252bb6290c2.tar.gz
cpython-3e246a811d12dc7b80d78096fa935252bb6290c2.tar.bz2
News for patch #1529686.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7753f49..d6b51c1 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?
================================