Staging
v0.8.1
https://github.com/python/cpython
Revision 409062c669e4d3163b494a73d119aede66700f41 authored by Georg Brandl on 31 October 2014, 12:12:57 UTC, committed by Georg Brandl on 31 October 2014, 12:12:57 UTC
1 parent e9e54ae
Raw File
Tip revision: 409062c669e4d3163b494a73d119aede66700f41 authored by Georg Brandl on 31 October 2014, 12:12:57 UTC
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
Tip revision: 409062c
grammar.rst
Full Grammar specification
==========================

This is the full Python grammar, as it is read by the parser generator and used
to parse Python source files:

.. literalinclude:: ../../Grammar/Grammar
back to top