summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_set.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-01-01 15:38:03 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-01-01 15:38:03 (GMT)
commit733dc74442a89972278d1fdf8a64b5739cdbad67 (patch)
tree622f11715aea8476bc7873c5cb04800c165943db /Lib/test/test_set.py
parentaa687902f21dc32a72f578a992cc9e44444ced44 (diff)
downloadcpython-733dc74442a89972278d1fdf8a64b5739cdbad67.zip
cpython-733dc74442a89972278d1fdf8a64b5739cdbad67.tar.gz
cpython-733dc74442a89972278d1fdf8a64b5739cdbad67.tar.bz2
fill in actual issue number in tests
Diffstat (limited to 'Lib/test/test_set.py')
-rw-r--r--Lib/test/test_set.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_set.py b/Lib/test/test_set.py
index 8d05712..886c4b8 100644
--- a/Lib/test/test_set.py
+++ b/Lib/test/test_set.py
@@ -324,7 +324,7 @@ class TestJointOps(unittest.TestCase):
self.assertEqual(d3, dict.fromkeys(d, 123))
def test_container_iterator(self):
- # Bug # XXX: tp_traverse was not implemented for set iterator object
+ # Bug #3680: tp_traverse was not implemented for set iterator object
class C(object):
pass
obj = C()