Authors withdrew some PEPs by mail on python-dev (Apr 26, 2006).

This commit is contained in:
Neal Norwitz 2006-04-27 08:47:55 +00:00
parent 2a881b6090
commit fa19ef822d
4 changed files with 9 additions and 9 deletions

View File

@ -79,7 +79,6 @@ Index by Category
S 243 Module Repository Upload Mechanism Reifschneider S 243 Module Repository Upload Mechanism Reifschneider
S 256 Docstring Processing System Framework Goodger S 256 Docstring Processing System Framework Goodger
S 258 Docutils Design Specification Goodger S 258 Docutils Design Specification Goodger
S 266 Optimizing Global Variable/Attribute Access Montanaro
S 267 Optimized Access to Module Namespaces Hylton S 267 Optimized Access to Module Namespaces Hylton
S 268 Extended HTTP functionality and WebDAV Stein S 268 Extended HTTP functionality and WebDAV Stein
S 275 Switching on Multiple Values Lemburg S 275 Switching on Multiple Values Lemburg
@ -87,9 +86,7 @@ Index by Category
S 286 Enhanced Argument Tuples von Loewis S 286 Enhanced Argument Tuples von Loewis
I 287 reStructuredText Docstring Format Goodger I 287 reStructuredText Docstring Format Goodger
S 297 Support for System Upgrades Lemburg S 297 Support for System Upgrades Lemburg
S 298 The Locked Buffer Interface Heller
S 302 New Import Hooks JvR, Moore S 302 New Import Hooks JvR, Moore
S 304 Controlling Generation of Bytecode Files Montanaro
S 314 Metadata for Python Software Packages v1.1 Kuchling, Jones S 314 Metadata for Python Software Packages v1.1 Kuchling, Jones
S 323 Copyable Iterators Martelli S 323 Copyable Iterators Martelli
S 331 Locale-Independent Float/String Conversions Reis S 331 Locale-Independent Float/String Conversions Reis
@ -152,6 +149,7 @@ Index by Category
SF 289 Generator Expressions Hettinger SF 289 Generator Expressions Hettinger
SF 292 Simpler String Substitutions Warsaw SF 292 Simpler String Substitutions Warsaw
SF 293 Codec Error Handling Callbacks Dörwald SF 293 Codec Error Handling Callbacks Dörwald
SW 298 The Locked Buffer Interface Heller
SF 301 Package Index and Metadata for Distutils Jones SF 301 Package Index and Metadata for Distutils Jones
SF 305 CSV File API Montanaro, et al SF 305 CSV File API Montanaro, et al
SF 307 Extensions to the pickle protocol GvR, Peters SF 307 Extensions to the pickle protocol GvR, Peters
@ -201,6 +199,7 @@ Index by Category
SR 259 Omit printing newline after newline GvR SR 259 Omit printing newline after newline GvR
SD 262 Database of Installed Python Packages Kuchling SD 262 Database of Installed Python Packages Kuchling
SR 265 Sorting Dictionaries by Value Griffin SR 265 Sorting Dictionaries by Value Griffin
SW 266 Optimizing Global Variable/Attribute Access Montanaro
SD 269 Pgen Module for Python Riehl SD 269 Pgen Module for Python Riehl
SR 270 uniq method for list objects Petrone SR 270 uniq method for list objects Petrone
SR 271 Prefixing sys.path by command line option Giacometti SR 271 Prefixing sys.path by command line option Giacometti
@ -214,6 +213,7 @@ Index by Category
SR 296 Adding a bytes Object Type Gilbert SR 296 Adding a bytes Object Type Gilbert
SR 299 Special __main__() function in modules Epler SR 299 Special __main__() function in modules Epler
SR 303 Extend divmod() for Multiple Divisors Bellman SR 303 Extend divmod() for Multiple Divisors Bellman
SW 304 Controlling Generation of Bytecode Files Montanaro
SR 310 Reliable Acquisition/Release Pairs Hudson, Moore SR 310 Reliable Acquisition/Release Pairs Hudson, Moore
SD 312 Simple Implicit Lambda Suzi, Martelli SD 312 Simple Implicit Lambda Suzi, Martelli
SR 313 Adding Roman Numeral Literals to Python Meyer SR 313 Adding Roman Numeral Literals to Python Meyer
@ -327,7 +327,7 @@ Numerical Index
SF 263 Defining Python Source Code Encodings Lemburg SF 263 Defining Python Source Code Encodings Lemburg
SF 264 Future statements in simulated shells Hudson SF 264 Future statements in simulated shells Hudson
SR 265 Sorting Dictionaries by Value Griffin SR 265 Sorting Dictionaries by Value Griffin
S 266 Optimizing Global Variable/Attribute Access Montanaro SW 266 Optimizing Global Variable/Attribute Access Montanaro
S 267 Optimized Access to Module Namespaces Hylton S 267 Optimized Access to Module Namespaces Hylton
S 268 Extended HTTP functionality and WebDAV Stein S 268 Extended HTTP functionality and WebDAV Stein
S 269 Pgen Module for Python Riehl S 269 Pgen Module for Python Riehl
@ -359,12 +359,12 @@ Numerical Index
SR 295 Interpretation of multiline string constants Koltsov SR 295 Interpretation of multiline string constants Koltsov
SR 296 Adding a bytes Object Type Gilbert SR 296 Adding a bytes Object Type Gilbert
S 297 Support for System Upgrades Lemburg S 297 Support for System Upgrades Lemburg
S 298 The Locked Buffer Interface Heller SW 298 The Locked Buffer Interface Heller
SR 299 Special __main__() function in modules Epler SR 299 Special __main__() function in modules Epler
SF 301 Package Index and Metadata for Distutils Jones SF 301 Package Index and Metadata for Distutils Jones
S 302 New Import Hooks JvR, Moore S 302 New Import Hooks JvR, Moore
SR 303 Extend divmod() for Multiple Divisors Bellman SR 303 Extend divmod() for Multiple Divisors Bellman
S 304 Controlling Generation of Bytecode Files Montanaro SW 304 Controlling Generation of Bytecode Files Montanaro
SF 305 CSV File API Montanaro, et al SF 305 CSV File API Montanaro, et al
I 306 How to Change Python's Grammar Hudson I 306 How to Change Python's Grammar Hudson
SF 307 Extensions to the pickle protocol GvR, Peters SF 307 Extensions to the pickle protocol GvR, Peters

View File

@ -3,7 +3,7 @@ Title: Optimizing Global Variable/Attribute Access
Version: $Revision$ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: skip@pobox.com (Skip Montanaro) Author: skip@pobox.com (Skip Montanaro)
Status: Draft Status: Withdrawn
Type: Standards Track Type: Standards Track
Python-Version: 2.3 Python-Version: 2.3
Created: 13-Aug-2001 Created: 13-Aug-2001

View File

@ -3,7 +3,7 @@ Title: The Locked Buffer Interface
Version: $Revision$ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: Thomas Heller <theller@python.net> Author: Thomas Heller <theller@python.net>
Status: Draft Status: Withdrawn
Type: Standards Track Type: Standards Track
Created: 26-Jul-2002 Created: 26-Jul-2002
Python-Version: 2.3 Python-Version: 2.3

View File

@ -3,7 +3,7 @@ Title: Controlling Generation of Bytecode Files
Version: $Revision$ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: Skip Montanaro Author: Skip Montanaro
Status: Draft Status: Withdrawn
Type: Standards Track Type: Standards Track
Content-Type: text/x-rst Content-Type: text/x-rst
Created: 22-Jan-2003 Created: 22-Jan-2003