[Python-3000-checkins] r46395 - python/branches/p3yk/Lib/test/test_bytes.py

guido.van.rossum python-3000-checkins at python.org
Fri May 26 21:16:09 CEST 2006


Author: guido.van.rossum
Date: Fri May 26 21:16:09 2006
New Revision: 46395

Modified:
   python/branches/p3yk/Lib/test/test_bytes.py
Log:
Comment out debug print.


Modified: python/branches/p3yk/Lib/test/test_bytes.py
==============================================================================
--- python/branches/p3yk/Lib/test/test_bytes.py	(original)
+++ python/branches/p3yk/Lib/test/test_bytes.py	Fri May 26 21:16:09 2006
@@ -358,7 +358,7 @@
             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())


More information about the Python-3000-checkins mailing list