mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Revert r63934 -- it was mixing two patches.
This commit is contained in:
parent
f954c4b9fb
commit
a26f8ca668
37 changed files with 1028 additions and 1188 deletions
|
@ -159,9 +159,6 @@ class BuiltinTest(unittest.TestCase):
|
|||
S = [10, 20, 30]
|
||||
self.assertEqual(any(x > 42 for x in S), False)
|
||||
|
||||
def test_ascii(self):
|
||||
self.assertEqual(ascii("\u0370"), "'\\u0370'")
|
||||
|
||||
def test_neg(self):
|
||||
x = -sys.maxsize-1
|
||||
self.assert_(isinstance(x, int))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue