mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
Whitespace normalization.
This commit is contained in:
parent
8a57f00081
commit
e0c446bb4a
19 changed files with 62 additions and 69 deletions
|
@ -16,7 +16,7 @@ def is_future(stmt):
|
|||
class FutureParser:
|
||||
|
||||
features = ("nested_scopes", "generators", "division")
|
||||
|
||||
|
||||
def __init__(self):
|
||||
self.found = {} # set
|
||||
|
||||
|
@ -70,4 +70,3 @@ if __name__ == "__main__":
|
|||
walk(tree, v)
|
||||
print v.found
|
||||
print
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue