summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2006-05-26 19:16:09 (GMT)
committerGuido van Rossum <guido@python.org>2006-05-26 19:16:09 (GMT)
commit08e8b7a295e04a62bfb0d7eb2529f6531ca28b75 (patch)
tree12739ee6e41cb6ceb1c4e85e338e31eabe53c094 /Lib
parent65810fee5e961af07fb964252b794c67162f98ee (diff)
downloadcpython-08e8b7a295e04a62bfb0d7eb2529f6531ca28b75.zip
cpython-08e8b7a295e04a62bfb0d7eb2529f6531ca28b75.tar.gz
cpython-08e8b7a295e04a62bfb0d7eb2529f6531ca28b75.tar.bz2
Comment out debug print.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_bytes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_bytes.py b/Lib/test/test_bytes.py
index 051773d..d45ff64 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())