mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Run 2to3 on this library.
This commit is contained in:
parent
f733c60d9a
commit
8a5f8ca33b
22 changed files with 196 additions and 194 deletions
|
@ -149,7 +149,7 @@ class TestParserIdempotency(support.TestCase):
|
|||
|
||||
def test_all_project_files(self):
|
||||
for filepath in support.all_project_files():
|
||||
print "Parsing %s..." % filepath
|
||||
print("Parsing %s..." % filepath)
|
||||
tree = driver.parse_file(filepath, debug=True)
|
||||
if diff(filepath, tree):
|
||||
self.fail("Idempotency failed: %s" % filepath)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue