Comment out debug print.

This commit is contained in:
Guido van Rossum 2006-05-26 19:16:09 +00:00
parent 65810fee5e
commit 08e8b7a295

View file

@ -358,7 +358,7 @@ class BytesTest(unittest.TestCase):
self.assert_(alloc >= len(b)) self.assert_(alloc >= len(b))
if alloc not in seq: if alloc not in seq:
seq.append(alloc) seq.append(alloc)
print seq #print seq
def test_join(self): def test_join(self):
self.assertEqual(bytes.join([]), bytes()) self.assertEqual(bytes.join([]), bytes())