Added PEP204, Range Literals, initially assigned to Thomas Wouters.

Slight reformatting.
This commit is contained in:
Barry Warsaw 2000-07-14 03:27:42 +00:00
parent 59f9788ab2
commit 3e55e2e418
1 changed files with 9 additions and 9 deletions

View File

@ -13,16 +13,16 @@ Introduction
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
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: