mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
More 2to3 fixes in the Tools directory. Fixes #2893.
This commit is contained in:
parent
acbca71ea7
commit
bf82e374ee
38 changed files with 1999 additions and 2032 deletions
|
@ -157,8 +157,8 @@ class ListSlicing(Test):
|
|||
|
||||
def calibrate(self):
|
||||
|
||||
n = range(100)
|
||||
r = range(25)
|
||||
n = list(range(100))
|
||||
r = list(range(25))
|
||||
|
||||
for i in range(self.rounds):
|
||||
for j in r:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue