Commit 7c790c9e authored by Guido van Rossum's avatar Guido van Rossum

Comment out debug print.

parent 0d99a69f
......@@ -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())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment