updated
This commit is contained in:
parent
f641712f63
commit
d9c3ed0cce
13
pep-0000.txt
13
pep-0000.txt
|
@ -63,6 +63,8 @@ Index by Category
|
|||
S 252 Making Types Look More Like Classes GvR
|
||||
S 253 Subtyping Built-in Types GvR
|
||||
SA 289 Generator Expressions Hettinger
|
||||
SA 309 Partial Function Application Harris
|
||||
SA 328 Imports: Multi-Line and Absolute/Relative Aahz
|
||||
|
||||
Open PEPs (under consideration)
|
||||
|
||||
|
@ -109,20 +111,18 @@ Index by Category
|
|||
S 304 Controlling Generation of Bytecode Files Montanaro
|
||||
S 305 CSV File API Montanaro, et al
|
||||
S 307 Extensions to the pickle protocol GvR, Peters
|
||||
S 309 Partial Function Application Harris
|
||||
S 310 Reliable Acquisition/Release Pairs Hudson, Moore
|
||||
S 312 Simple Implicit Lambda Suzi, Martelli
|
||||
S 313 Adding Roman Numeral Literals to Python Meyer
|
||||
S 314 Metadata for Python Software Packages v1.1 Kuchling
|
||||
S 315 Enhanced While Loop Carroll
|
||||
S 318 Function/Method Decorator Syntax Smith
|
||||
S 318 Decorators for Functions, Methods & Classes Smith, et al
|
||||
S 319 Python Synchronize/Asynchronize Block Pelletier
|
||||
S 321 Date/Time Parsing and Formatting Kuchling
|
||||
S 323 Copyable Iterators Martelli
|
||||
S 324 popen5 - New POSIX process module Astrand
|
||||
S 325 Resource-Release Support for Generators Pedroni
|
||||
S 327 Decimal Data Type Batista
|
||||
S 328 Imports: Multi-Line and Absolute/Relative Aahz
|
||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||
|
||||
Finished PEPs (done, implemented in CVS)
|
||||
|
@ -329,7 +329,7 @@ Numerical Index
|
|||
I 306 How to Change Python's Grammar Hudson
|
||||
S 307 Extensions to the pickle protocol GvR, Peters
|
||||
SR 308 If-then-else expression GvR, Hettinger
|
||||
S 309 Partial Function Application Harris
|
||||
SA 309 Partial Function Application Harris
|
||||
S 310 Reliable Acquisition/Release Pairs Hudson, Moore
|
||||
SF 311 Simplified GIL Acquisition for Extensions Hammond
|
||||
S 312 Simple Implicit Lambda Suzi, Martelli
|
||||
|
@ -338,7 +338,7 @@ Numerical Index
|
|||
S 315 Enhanced While Loop Carroll
|
||||
SD 316 Programming by Contract for Python Way
|
||||
SR 317 Eliminate Implicit Exception Instantiation Taschuk
|
||||
S 318 Function/Method Decorator Syntax Smith
|
||||
S 318 Decorators for Functions, Methods & Classes Smith, et al
|
||||
S 319 Python Synchronize/Asynchronize Block Pelletier
|
||||
I 320 Python 2.4 Release Schedule Warsaw
|
||||
S 321 Date/Time Parsing and Formatting Kuchling
|
||||
|
@ -348,7 +348,7 @@ Numerical Index
|
|||
S 325 Resource-Release Support for Generators Pedroni
|
||||
SR 326 A Case for Top and Bottom Values Carlson, Reedy
|
||||
S 327 Decimal Data Type Batista
|
||||
S 328 Imports: Multi-Line and Absolute/Relative Aahz
|
||||
SA 328 Imports: Multi-Line and Absolute/Relative Aahz
|
||||
SR 666 Reject Foolish Indentation Creighton
|
||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||
|
||||
|
@ -403,6 +403,7 @@ Owners
|
|||
Hudson, Michael mwh@python.net
|
||||
Hylton, Jeremy jeremy@zope.com
|
||||
Jansen, Jack jack@cwi.nl
|
||||
Jewett, Jim jimjjewett@users.sourceforge.net
|
||||
Jones, Richard rjones@ekit-inc.com
|
||||
Koltsov, Stepan yozh@mx1.ru
|
||||
Kuchling, A.M. amk@amk.ca
|
||||
|
|
Loading…
Reference in New Issue