Final(?) bit of PEP-0217 beuracracy - marking it as finished in PEP 0

This commit is contained in:
Moshe Zadka 2001-01-11 07:26:22 +00:00
parent b48622371a
commit f28145ed4a
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,6 @@ Index by Category
SD 205 pep-0205.txt Weak References Drake
S 207 pep-0207.txt Rich Comparisons van Rossum, Ascher
S 208 pep-0208.txt Reworking the Coercion Model Schemenauer, Lemburg
S 217 pep-0217.txt Display Hook for Interactive Use Zadka
I 226 pep-0226.txt Python 2.1 Release Schedule Hylton
S 227 pep-0227.txt Statically Nested Scopes Hylton
S 229 pep-0229.txt Using Distutils to Build Python Kuchling
@ -74,6 +73,7 @@ Index by Category
S 202 pep-0202.txt List Comprehensions Peters
SF 203 pep-0203.txt Augmented Assignments Wouters
SF 214 pep-0214.txt Extended Print Statement Warsaw
SF 217 pep-0217.txt Display Hook for Interactive Use Zadka
SF 221 pep-0221.txt Import As Wouters
SF 223 pep-0223.txt Change the Meaning of \x Escapes Peters
@ -114,7 +114,7 @@ Numerical Index
SF 214 pep-0214.txt Extended Print Statement Warsaw
SD 215 pep-0215.txt String Interpolation Yee
I 216 pep-0216.txt Docstring Format Zadka
S 217 pep-0217.txt Display Hook for Interactive Use Zadka
SF 217 pep-0217.txt Display Hook for Interactive Use Zadka
SD 218 pep-0218.txt Adding a Built-In Set Object Type Wilson
SD 219 pep-0219.txt Stackless Python McMillan
I 220 pep-0220.txt Coroutines, Generators, Continuations McMillan