• Thomas Wouters's avatar
    PEP 308 implementation, including minor refdocs and some testcases. It · dca3b9c7
    Thomas Wouters yazdı
    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 ;)
    dca3b9c7
Adı
Son kayıt (commit)
Son güncelleme
..
api Loading commit data...
commontex Loading commit data...
dist Loading commit data...
doc Loading commit data...
ext Loading commit data...
howto Loading commit data...
html Loading commit data...
info Loading commit data...
inst Loading commit data...
lib Loading commit data...
mac Loading commit data...
paper-a4 Loading commit data...
perl Loading commit data...
ref Loading commit data...
templates Loading commit data...
tests Loading commit data...
texinputs Loading commit data...
tools Loading commit data...
tut Loading commit data...
whatsnew Loading commit data...
ACKS Loading commit data...
Makefile Loading commit data...
Makefile.deps Loading commit data...
README Loading commit data...
TODO Loading commit data...
python-docs.txt Loading commit data...