summaryrefslogtreecommitdiff
path: root/sphinx/pycode/Grammar-py2.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix new grammar files to have correct starting symbol at the top.Georg Brandl2014-01-121-2/+4
|
* Closes #1152: Fix pycode parsing errors of Python 3 code by including two ↵Georg Brandl2014-01-121-0/+133
grammar versions for Python 2 and 3, and loading the appropriate version for the running Python version.