Files
cpython/Include
Thomas Wouters dca3b9c797 PEP 308 implementation, including minor refdocs and some testcases. It
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 ;)
2006-02-27 00:24:13 +00:00
..
2006-02-15 17:27:45 +00:00
2006-02-15 17:27:45 +00:00
2006-02-15 17:27:45 +00:00
2003-04-08 18:47:21 +00:00
2006-02-15 17:27:45 +00:00
2006-02-15 17:27:45 +00:00
2005-05-27 15:23:20 +00:00
2006-02-15 17:27:45 +00:00
2002-08-12 07:21:58 +00:00
2002-08-12 07:21:58 +00:00
2006-02-15 17:27:45 +00:00
2006-02-15 17:27:45 +00:00
2006-02-15 17:27:45 +00:00
2006-02-15 17:27:45 +00:00
2006-02-15 17:27:45 +00:00
2006-02-15 17:27:45 +00:00
2002-08-12 07:21:58 +00:00
2002-11-23 09:13:40 +00:00
2006-02-18 18:26:55 +00:00
2006-02-15 17:27:45 +00:00
2004-12-03 11:45:13 +00:00
2006-02-15 17:27:45 +00:00
2006-02-15 17:27:45 +00:00
2006-02-15 17:27:45 +00:00
2006-02-15 17:27:45 +00:00