diff options
author | Guido van Rossum <guido@python.org> | 2007-02-14 17:49:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-02-14 17:49:04 (GMT) |
commit | e34cdd1bc157f8e166d3693551445ae882f9fe7c (patch) | |
tree | 4e1323d7de5d6c0aa6f5697dbf7964a3a1c8cda3 /BROKEN | |
parent | d4588c18f23cd4d2f0911528d3493f7067b423cf (diff) | |
download | cpython-e34cdd1bc157f8e166d3693551445ae882f9fe7c.zip cpython-e34cdd1bc157f8e166d3693551445ae882f9fe7c.tar.gz cpython-e34cdd1bc157f8e166d3693551445ae882f9fe7c.tar.bz2 |
Fix for test_dict.py, thanks to Eduardo O Padoan.
Diffstat (limited to 'BROKEN')
-rw-r--r-- | BROKEN | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ - test_bsddb test_bsddb3 test_compile test_dict test_dumbdbm + test_bsddb test_bsddb3 test_compile test_dumbdbm test_importhooks test_iter test_iterlen test_minidom test_mutants test_os test_pickletools test_plistlib test_richcmp test_shelve test_unittest test_userdict |