]> granicus.if.org Git - python/commit
Patch #1489771: update syntax rules in Python Reference Manual.
authorŽiga Seilnacht <ziga.seilnacht@gmail.com>
Sat, 24 Mar 2007 14:24:26 +0000 (14:24 +0000)
committerŽiga Seilnacht <ziga.seilnacht@gmail.com>
Sat, 24 Mar 2007 14:24:26 +0000 (14:24 +0000)
commitc64ad484a95eea3470bf3e9df96d0d2a48949441
tree8b8d13f62764b2830c65a45b82bd454292e6e284
parent75c7eb4fd85fa7a57d481d37a527aafabc540e12
Patch #1489771: update syntax rules in Python Reference Manual.
Python 2.5 added support for explicit relative import statements and
yield expressions, which were missing in the manual.
Also fix grammar productions that used the names from the Grammar file,
markup that broke the generated grammar.txt, and wrap some lines that
broke the pdf output.  Will backport.
Doc/ref/ref1.tex
Doc/ref/ref5.tex
Doc/ref/ref6.tex
Doc/ref/ref7.tex
Misc/NEWS