Rename PEP 308 to "Conditional Expressions".
This commit is contained in:
parent
805a4dd6cb
commit
fee56e59bb
|
@ -63,7 +63,7 @@ Index by Category
|
|||
|
||||
Accepted PEPs (accepted; may not be implemented yet)
|
||||
|
||||
SA 308 If-then-else expression GvR, Hettinger
|
||||
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
|
||||
|
@ -353,7 +353,7 @@ Numerical Index
|
|||
SF 305 CSV File API Montanaro, et al
|
||||
I 306 How to Change Python's Grammar Hudson
|
||||
SF 307 Extensions to the pickle protocol GvR, Peters
|
||||
SA 308 If-then-else expression GvR, Hettinger
|
||||
SA 308 Conditional Expressions GvR, Hettinger
|
||||
SF 309 Partial Function Application Harris
|
||||
S 310 Reliable Acquisition/Release Pairs Hudson, Moore
|
||||
SF 311 Simplified GIL Acquisition for Extensions Hammond
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PEP: 308
|
||||
Title: If-then-else expression
|
||||
Title: Conditional Expressions
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Guido van Rossum, Raymond D. Hettinger
|
||||
|
|
Loading…
Reference in New Issue