From: Guido van Rossum Date: Fri, 26 May 2006 19:16:09 +0000 (+0000) Subject: Comment out debug print. X-Git-Tag: v3.0a1~1413 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08e8b7a295e04a62bfb0d7eb2529f6531ca28b75;p=thirdparty%2FPython%2Fcpython.git Comment out debug print. --- diff --git a/Lib/test/test_bytes.py b/Lib/test/test_bytes.py index 051773d126d6..d45ff648510d 100644 --- a/Lib/test/test_bytes.py +++ b/Lib/test/test_bytes.py @@ -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())