summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_set.py
diff options
context:
space:
mode:
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()