cpython/Doc/ref
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
..
ref.tex Oops. License is still an appendix. 2003-05-28 12:12:55 +00:00
ref1.tex add information about alternate implementations, noting that documentation 2005-07-20 04:33:01 +00:00
ref2.tex Remove dots in \version{changed,added} argument and 2006-01-15 07:55:35 +00:00
ref3.tex Updating the short blob about old/new-style classes to reflect (IMHO) more 2005-12-26 18:06:17 +00:00
ref4.tex Updates to the exceptions documentation (this is my patch #1156102). 2005-03-04 14:33:32 +00:00
ref5.tex PEP 308 implementation, including minor refdocs and some testcases. It 2006-02-27 00:24:13 +00:00
ref6.tex SF patch #1421726 2006-02-02 21:58:55 +00:00
ref7.tex Doc for PEP 341, needs improvement 2005-12-17 22:24:12 +00:00
ref8.tex Change the grammar productions to use the new productionlist environment; 2001-07-06 22:49:53 +00:00
reswords.py Whitespace normalization, via reindent.py. 2004-07-18 06:25:50 +00:00