mirror of
https://github.com/python/cpython.git
synced 2026-01-02 21:43:49 +00:00
breaks the parser module, because it adds the if/else construct as well as
two new grammar rules for backward compatibility. If no one else fixes
parsermodule, I guess I'll go ahead and fix it later this week.
The TeX code was checked with texcheck.py, but not rendered. There is
actually a slight incompatibility:
>>> (x for x in lambda:0)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: iteration over non-sequence
changes into
>>> (x for x in lambda: 0)
File "<stdin>", line 1
(x for x in lambda: 0)
^
SyntaxError: invalid syntax
Since there's no way the former version can be useful, it's probably a
bugfix ;)
|
||
|---|---|---|
| .. | ||
| ref.tex | ||
| ref1.tex | ||
| ref2.tex | ||
| ref3.tex | ||
| ref4.tex | ||
| ref5.tex | ||
| ref6.tex | ||
| ref7.tex | ||
| ref8.tex | ||
| reswords.py | ||