Change name of PEP 343 to something less interesting but more obviously descriptive
This commit is contained in:
parent
a4e8e16f80
commit
1ddf93a58c
14
pep-0000.txt
14
pep-0000.txt
|
@ -66,7 +66,7 @@ Index by Category
|
|||
SA 308 Conditional Expressions GvR, Hettinger
|
||||
SA 328 Imports: Multi-Line and Absolute/Relative Aahz
|
||||
SA 342 Coroutines via Enhanced Generators GvR, Eby
|
||||
SA 343 Anonymous Block Redux and Generator Enhancements GvR
|
||||
SA 343 The "with" Statement GvR, Coghlan
|
||||
|
||||
Open PEPs (under consideration)
|
||||
|
||||
|
@ -103,7 +103,7 @@ Index by Category
|
|||
S 341 Unifying try-except and try-finally Birkenfeld
|
||||
S 344 Exception Chaining and Embedded Tracebacks Yee
|
||||
S 345 Metadata for Python Software Packages 1.2 Jones
|
||||
P 347 Migrating the Python CVS to Subversion von Löwis
|
||||
P 347 Migrating the Python CVS to Subversion von L<EFBFBD>is
|
||||
S 349 Allow str() to return unicode strings Schemenauer
|
||||
I 350 Codetags Elliott
|
||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||
|
@ -152,7 +152,7 @@ Index by Category
|
|||
SF 285 Adding a bool type GvR
|
||||
SF 289 Generator Expressions Hettinger
|
||||
SF 292 Simpler String Substitutions Warsaw
|
||||
SF 293 Codec Error Handling Callbacks Dörwald
|
||||
SF 293 Codec Error Handling Callbacks D<EFBFBD>wald
|
||||
SF 301 Package Index and Metadata for Distutils Jones
|
||||
SF 305 CSV File API Montanaro, et al
|
||||
SF 307 Extensions to the pickle protocol GvR, Peters
|
||||
|
@ -339,7 +339,7 @@ Numerical Index
|
|||
I 290 Code Migration and Modernization Hettinger
|
||||
I 291 Backward Compatibility for Standard Library Norwitz
|
||||
SF 292 Simpler String Substitutions Warsaw
|
||||
SF 293 Codec Error Handling Callbacks Dörwald
|
||||
SF 293 Codec Error Handling Callbacks D<EFBFBD>wald
|
||||
SR 294 Type Names in the types Module Tirosh
|
||||
SR 295 Interpretation of multiline string constants Koltsov
|
||||
SR 296 Adding a bytes Object Type Gilbert
|
||||
|
@ -392,7 +392,7 @@ Numerical Index
|
|||
S 344 Exception Chaining and Embedded Tracebacks Yee
|
||||
S 345 Metadata for Python Software Packages 1.2 Jones
|
||||
SR 346 User Defined ("with") Statements Coghlan
|
||||
P 347 Migrating the Python CVS to Subversion von Löwis
|
||||
P 347 Migrating the Python CVS to Subversion von L<EFBFBD>is
|
||||
SR 348 Exception Reorganization for Python 3.0 Cannon
|
||||
S 349 Allow str() to return unicode strings Schemenauer
|
||||
I 350 Codetags Elliott
|
||||
|
@ -435,7 +435,7 @@ Owners
|
|||
Cole, Dave djc@object-craft.com.au
|
||||
Craig, Christopher python-pep@ccraig.org
|
||||
Creighton, Laura lac@strakt.com
|
||||
Dörwald, Walter
|
||||
D<EFBFBD>wald, Walter
|
||||
Drake, Fred fdrake@acm.org
|
||||
Dubner, Michael P. dubnerm@mindless.com
|
||||
Dubois, Paul F. paul@pfdubois.com
|
||||
|
@ -446,7 +446,7 @@ Owners
|
|||
Evans, Clark C. cce@clarkevans.com
|
||||
Ewing, Greg greg@cosc.canterbury.ac.nz
|
||||
Faassen, Martijn faassen@infrae.com
|
||||
Giacometti, Frédéric B. fred@arakne.com
|
||||
Giacometti, Fr<EFBFBD><EFBFBD>ic B. fred@arakne.com
|
||||
Gilbert, Scott xscottg at yahoo.com
|
||||
Goodger, David goodger@python.org
|
||||
Griffin, Grant g2@iowegian.com
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PEP: 343
|
||||
Title: Anonymous Block Redux and Generator Enhancements
|
||||
Title: The "with" Statement
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Guido van Rossum, Nick Coghlan
|
||||
|
|
Loading…
Reference in New Issue