mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
remove debugging print
This commit is contained in:
parent
affa6b7bf1
commit
0e1183ddff
1 changed files with 0 additions and 2 deletions
|
@ -76,9 +76,7 @@ class TestBasicOps(unittest.TestCase):
|
|||
|
||||
def test_pickling(self):
|
||||
p = pickle.dumps(self.set)
|
||||
print repr(p)
|
||||
copy = pickle.loads(p)
|
||||
repr(copy)
|
||||
self.assertEqual(self.set, copy,
|
||||
"%s != %s" % (self.set, copy))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue