python-peps/pep-0000.txt

32 lines
1.0 KiB
Plaintext
Raw Normal View History

PEP: 0
Title: Index of Python Enhancement Proposals (PEPs)
Version: $Revision$
Owner: bwarsaw@beopen.com (Barry A. Warsaw)
Status: Active
Introduction
The PEP contains the index of all Python Enhancement Proposals,
known as PEPs. PEP numbers are assigned by the PEP Editor, and
once assigned are never changed.
Index
num filename title owner
--- ----------- ----- -----
0 pep-0000.txt Index of Python Enhance Proposals bwarsaw
1 pep-0001.txt PEP Guidelines bwarsaw, jhylton
200 pep-0200.txt Python 2.0 Release Schedule jhylton
201 pep-0201.txt Parallel Iteration bwarsaw
202 pep-0202.txt List Comprehensions tim_one
203 pep-0203.txt Augmented Assignments twouters
204 pep-0204.txt Range Literals twouters
Local Variables:
mode: indented-text
indent-tabs-mode: nil
End: