PEP 202, change tim's email address to tpeters -- we really need a key

for these.

PEP 214 and 221 are accepted, as per recent BDFL pronouncements.

Added PEP 223, Changing the Meaning of \x Escapes, assigned to Tim
Peters.
This commit is contained in:
Barry Warsaw 2000-08-21 13:35:37 +00:00
parent ade0f4cc9a
commit 75e47632ef
1 changed files with 4 additions and 3 deletions

View File

@ -26,7 +26,7 @@ Index
I 200 pep-0200.txt Python 2.0 Release Schedule jhylton I 200 pep-0200.txt Python 2.0 Release Schedule jhylton
SA 201 pep-0201.txt Lockstep Iteration bwarsaw SA 201 pep-0201.txt Lockstep Iteration bwarsaw
S 202 pep-0202.txt List Comprehensions tim_one S 202 pep-0202.txt List Comprehensions tpeters
S 203 pep-0203.txt Augmented Assignments twouters S 203 pep-0203.txt Augmented Assignments twouters
S 204 pep-0204.txt Range Literals twouters S 204 pep-0204.txt Range Literals twouters
S 205 pep-0205.txt Weak References fdrake S 205 pep-0205.txt Weak References fdrake
@ -38,15 +38,16 @@ Index
T 211 pep-0211.txt Adding New Linear Algebra Operators gvwilson T 211 pep-0211.txt Adding New Linear Algebra Operators gvwilson
S 212 pep-0212.txt Additional Builtin Generators bwarsaw S 212 pep-0212.txt Additional Builtin Generators bwarsaw
S 213 pep-0213.txt Attribute Access Handlers prescod S 213 pep-0213.txt Attribute Access Handlers prescod
S 214 pep-0214.txt Extended Print Statement bwarsaw SA 214 pep-0214.txt Extended Print Statement bwarsaw
S 215 pep-0215.txt String Interpolation ping S 215 pep-0215.txt String Interpolation ping
I 216 pep-0216.txt Docstring Format moshez I 216 pep-0216.txt Docstring Format moshez
S 217 pep-0217.txt Display Hook for Interactive Use moshez S 217 pep-0217.txt Display Hook for Interactive Use moshez
S 218 pep-0218.txt Adding a Built-In Set Object Type gvwilson S 218 pep-0218.txt Adding a Built-In Set Object Type gvwilson
T 219 pep-0219.txt Stackless Python gmcm T 219 pep-0219.txt Stackless Python gmcm
I 220 pep-0220.txt Coroutines, Generators, Continuations gmcm I 220 pep-0220.txt Coroutines, Generators, Continuations gmcm
S 221 pep-0221.txt Import As twouters SA 221 pep-0221.txt Import As twouters
S 222 pep-0222.txt Web Library Enhancements akuchlin S 222 pep-0222.txt Web Library Enhancements akuchlin
S 223 pep-0223.txt Change the Meaning of \x Escapes tpeters
Key Key