mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove commented out debugging code (remnants of issue #18996).
This commit is contained in:
parent
1f609e9b02
commit
184ec79bd3
1 changed files with 0 additions and 2 deletions
|
@ -876,8 +876,6 @@ class Test_TestCase(unittest.TestCase, TestEquality, TestHashing):
|
|||
with self.assertRaises(self.failureException) as cm:
|
||||
self.assertEqual(s1, s2)
|
||||
c = 'xxxx[85 chars]xxxxxxxxxxx'
|
||||
#print()
|
||||
#print(str(cm.exception))
|
||||
self.assertEqual(str(cm.exception), "'%sa%s' != '%sb%s'" % (c, p, c, p))
|
||||
|
||||
p = 'y' * 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue