cpython: 931d95e9067f (original) (raw)
Mercurial > cpython
changeset 85801:931d95e9067f
Don't use fancy new Python features like 'with' - some bots don't have them and can't bootstrap the parser.
Eli Bendersky eliben@gmail.com | |
---|---|
date | Thu, 26 Sep 2013 06:41:36 -0700 |
parents | 636615849c32 |
children | c02f464dd721 |
files | Parser/asdl.py |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-)[+] [-] Parser/asdl.py 5 |
line wrap: on
line diff
--- a/Parser/asdl.py +++ b/Parser/asdl.py @@ -398,8 +398,11 @@ def parse(file): scanner = ASDLScanner() parser = ASDLParser()