Comment out debug print.

This commit is contained in:
Guido van Rossum 2006-05-26 19:16:09 +00:00
parent 65810fee5e
commit 08e8b7a295
1 changed files with 1 additions and 1 deletions

View File

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