commit | 733dc74442a89972278d1fdf8a64b5739cdbad67 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 01 15:38:03 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 01 15:38:03 2009 +0000 |
tree | 622f11715aea8476bc7873c5cb04800c165943db | |
parent | aa687902f21dc32a72f578a992cc9e44444ced44 [diff] [blame] |
fill in actual issue number in tests
diff --git a/Lib/test/test_dict.py b/Lib/test/test_dict.py index 14d62f5..0907744 100644 --- a/Lib/test/test_dict.py +++ b/Lib/test/test_dict.py
@@ -556,7 +556,7 @@ d = {} def test_container_iterator(self): - # Bug # XXX: tp_traverse was not implemented for dictiter objects + # Bug #3680: tp_traverse was not implemented for dictiter objects class C(object): pass iterators = (dict.iteritems, dict.itervalues, dict.iterkeys)