From 5a8151b527d51d8f37ee1136270e71d8b3be423c Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 29 Jan 2005 18:24:59 +0000 Subject: [PATCH] Jim Jewett points out that PEPs 278, 292, 318, and 324 can be marked as Final, and that 215 can be marked as Rejected. --- pep-0000.txt | 20 ++++++++++---------- pep-0215.txt | 3 ++- pep-0278.txt | 2 +- pep-0292.txt | 2 +- pep-0318.txt | 2 +- pep-0324.txt | 2 +- 6 files changed, 16 insertions(+), 15 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index f0011c343..363141d0d 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -65,14 +65,12 @@ Index by Category S 252 Making Types Look More Like Classes GvR S 253 Subtyping Built-in Types GvR SA 309 Partial Function Application Harris - SA 318 Decorators for Functions and Methods Smith, et al SA 328 Imports: Multi-Line and Absolute/Relative Aahz Open PEPs (under consideration) I 206 2.0 Batteries Included Zadka S 209 Adding Multidimensional Arrays Barrett, Oliphant - S 215 String Interpolation Yee S 228 Reworking Python's Numeric Model Zadka, GvR S 237 Unifying Long Integers and Integers Zadka, GvR S 239 Adding a Rational Type to Python Craig, Zadka @@ -91,14 +89,12 @@ Index by Category S 274 Dict Comprehensions Warsaw S 275 Switching on Multiple Values Lemburg S 276 Simple Iterator for ints Althoff - S 278 Universal Newline Support Jansen S 280 Optimizing access to globals GvR S 281 Loop Counter Iteration with range and xrange Hetland S 284 Integer for-loops Eppstein, Ewing S 286 Enhanced Argument Tuples von Loewis I 287 reStructuredText Docstring Format Goodger S 288 Generators Attributes and Exceptions Hettinger - S 292 Simpler String Substitutions Warsaw S 294 Type Names in the types Module Tirosh S 297 Support for System Upgrades Lemburg S 298 The Locked Buffer Interface Heller @@ -115,7 +111,6 @@ Index by Category S 319 Python Synchronize/Asynchronize Block Pelletier S 321 Date/Time Parsing and Formatting Kuchling S 323 Copyable Iterators Martelli - S 324 subprocess - New process module Astrand S 325 Resource-Release Support for Generators Pedroni S 330 Python Bytecode Verification Pelletier S 331 Locale-Independent Float/String conversions Reis @@ -162,17 +157,21 @@ Index by Category SF 264 Future statements in simulated shells Hudson SF 273 Import Modules from Zip Archives Ahlstrom SF 277 Unicode file name support for Windows NT Hodgson + SF 278 Universal Newline Support Jansen SF 279 The enumerate() built-in function Hettinger SF 282 A Logging System Sajip, Mick IF 283 Python 2.3 Release Schedule GvR 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 305 CSV File API Montanaro, et al SF 307 Extensions to the pickle protocol GvR, Peters SF 311 Simplified GIL Acquisition for Extensions Hammond + SF 318 Decorators for Functions and Methods Smith, et al IF 320 Python 2.4 Release Schedule Warsaw, et al SF 322 Reverse Iteration Hettinger + SF 324 subprocess - New process module Astrand SF 327 Decimal Data Type Batista Empty PEPs (or containing only an abstract) @@ -186,6 +185,7 @@ Index by Category SD 211 Adding A New Outer Product Operator Wilson SD 212 Loop Counter Iteration Schneider-Kamp SD 213 Attribute Access Handlers Prescod + SR 215 String Interpolation Yee IR 216 Docstring Format Zadka SD 219 Stackless Python McMillan SD 222 Web Library Enhancements Kuchling @@ -249,7 +249,7 @@ Numerical Index SD 212 Loop Counter Iteration Schneider-Kamp SD 213 Attribute Access Handlers Prescod SF 214 Extended Print Statement Warsaw - SD 215 String Interpolation Yee + SR 215 String Interpolation Yee IR 216 Docstring Format Zadka SF 217 Display Hook for Interactive Use Zadka SF 218 Adding a Built-In Set Object Type Wilson, Hettinger @@ -312,7 +312,7 @@ Numerical Index S 275 Switching on Multiple Values Lemburg S 276 Simple Iterator for ints Althoff SF 277 Unicode file name support for Windows NT Hodgson - S 278 Universal Newline Support Jansen + SF 278 Universal Newline Support Jansen SF 279 The enumerate() built-in function Hettinger S 280 Optimizing access to globals GvR S 281 Loop Counter Iteration with range and xrange Hetland @@ -326,7 +326,7 @@ Numerical Index SF 289 Generator Expressions Hettinger I 290 Code Migration and Modernization Hettinger I 291 Backward Compatibility for Standard Library Norwitz - S 292 Simpler String Substitutions Warsaw + SF 292 Simpler String Substitutions Warsaw SF 293 Codec Error Handling Callbacks Dörwald S 294 Type Names in the types Module Tirosh SR 295 Interpretation of multiline string constants Koltsov @@ -351,13 +351,13 @@ Numerical Index S 315 Enhanced While Loop Carroll SD 316 Programming by Contract for Python Way SR 317 Eliminate Implicit Exception Instantiation Taschuk - SA 318 Decorators for Functions and Methods Smith, et al + SF 318 Decorators for Functions and Methods Smith, et al S 319 Python Synchronize/Asynchronize Block Pelletier IF 320 Python 2.4 Release Schedule Warsaw, et al S 321 Date/Time Parsing and Formatting Kuchling SF 322 Reverse Iteration Hettinger S 323 Copyable Iterators Martelli - S 324 subprocess - New POSIX process module Astrand + SF 324 subprocess - New POSIX process module Astrand S 325 Resource-Release Support for Generators Pedroni SR 326 A Case for Top and Bottom Values Carlson, Reedy SF 327 Decimal Data Type Batista diff --git a/pep-0215.txt b/pep-0215.txt index d05669851..17cb30104 100644 --- a/pep-0215.txt +++ b/pep-0215.txt @@ -2,11 +2,12 @@ PEP: 215 Title: String Interpolation Version: $Revision$ Author: ping@lfw.org (Ka-Ping Yee) -Status: Draft +Status: Rejected Type: Standards Track Python-Version: 2.1 Created: 24-Jul-2000 Post-History: +Replaced-By: 292 Abstract diff --git a/pep-0278.txt b/pep-0278.txt index 80510ee07..030cb0e65 100644 --- a/pep-0278.txt +++ b/pep-0278.txt @@ -3,7 +3,7 @@ Title: Universal Newline Support Version: $Revision$ Last-Modified: $Date$ Author: jack@cwi.nl (Jack Jansen) -Status: Draft +Status: Final Type: Standards Track Created: 14-Jan-2002 Python-Version: 2.3 diff --git a/pep-0292.txt b/pep-0292.txt index 05d171592..78a1f9ef9 100644 --- a/pep-0292.txt +++ b/pep-0292.txt @@ -3,7 +3,7 @@ Title: Simpler String Substitutions Version: $Revision$ Last-Modified: $Date$ Author: barry@python.org (Barry A. Warsaw) -Status: Draft +Status: Final Type: Standards Track Created: 18-Jun-2002 Python-Version: 2.4 diff --git a/pep-0318.txt b/pep-0318.txt index 514ba8a1b..5c065bd8b 100644 --- a/pep-0318.txt +++ b/pep-0318.txt @@ -3,7 +3,7 @@ Title: Decorators for Functions and Methods Version: $Revision$ Last-Modified: $Date$ Author: Kevin D. Smith, Jim Jewett, Skip Montanaro, Anthony Baxter -Status: Draft +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 05-Jun-2003 diff --git a/pep-0324.txt b/pep-0324.txt index fb5e1e822..7e25fe640 100644 --- a/pep-0324.txt +++ b/pep-0324.txt @@ -3,7 +3,7 @@ Title: subprocess - New process module Version: $Revision$ Last-Modified: $Date$ Author: Peter Astrand -Status: Draft +Status: Final Type: Standards Track (library) Created: 19-Nov-2003 Content-Type: text/plain