projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b788a38
)
Normalize whitespace
author
Eli Bendersky
<eliben@gmail.com>
Thu, 26 Sep 2013 13:32:22 +0000
(06:32 -0700)
committer
Eli Bendersky
<eliben@gmail.com>
Thu, 26 Sep 2013 13:32:22 +0000
(06:32 -0700)
Parser/asdl.py
patch
|
blob
|
history
diff --git
a/Parser/asdl.py
b/Parser/asdl.py
index 25987b8659847639992b1f96a8ed2a60e45325cd..1651e7f61d59c67d635f593a9b4487ba6a0ac9d9 100644
(file)
--- a/
Parser/asdl.py
+++ b/
Parser/asdl.py
@@
-399,7
+399,7
@@
def parse(file):
parser = ASDLParser()
with open(file) as f:
- buf = f.read()
+
buf = f.read()
tokens = scanner.tokenize(buf)
try:
return parser.parse(tokens)