Staging
v0.5.1
https://github.com/python/cpython
Revision b788a385cd0fa71ba068a16c237e220a03862dc7 authored by Eli Bendersky on 26 September 2013, 13:31:32 UTC, committed by Eli Bendersky on 26 September 2013, 13:31:32 UTC
1. Make it work when invoked directly from the command-line. It was failing
   due to a couple of stale function/class usages in the __main__ section.
2. Close the parsed file in the parse() function after opening it.
1 parent e03ea37
History
Tip revision: b788a385cd0fa71ba068a16c237e220a03862dc7 authored by Eli Bendersky on 26 September 2013, 13:31:32 UTC
Small fixes in Parser/asdl.py - no change in functionality.
Tip revision: b788a38

README

back to top