mirror of
https://github.com/python/cpython.git
synced 2025-10-22 06:32:43 +00:00
Comment out debug print.
This commit is contained in:
parent
65810fee5e
commit
08e8b7a295
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue