mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
fill in actual issue number in tests
This commit is contained in:
parent
aa687902f2
commit
733dc74442
3 changed files with 3 additions and 3 deletions
|
@ -556,7 +556,7 @@ class DictTest(unittest.TestCase):
|
|||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue