Reject PEP 299 per Guido's request:
http://mail.python.org/pipermail/python-dev/2006-March/062968.html
This commit is contained in:
parent
4c86f824e7
commit
dc649e15dd
|
@ -86,7 +86,6 @@ Index by Category
|
|||
I 287 reStructuredText Docstring Format Goodger
|
||||
S 297 Support for System Upgrades Lemburg
|
||||
S 298 The Locked Buffer Interface Heller
|
||||
S 299 Special __main__() function in modules Epler
|
||||
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
|
||||
|
@ -207,6 +206,7 @@ Index by Category
|
|||
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
|
||||
SR 299 Special __main__() function in modules Epler
|
||||
SR 303 Extend divmod() for Multiple Divisors Bellman
|
||||
SR 310 Reliable Acquisition/Release Pairs Hudson, Moore
|
||||
SD 312 Simple Implicit Lambda Suzi, Martelli
|
||||
|
@ -353,7 +353,7 @@ Numerical Index
|
|||
SR 296 Adding a bytes Object Type Gilbert
|
||||
S 297 Support for System Upgrades Lemburg
|
||||
S 298 The Locked Buffer Interface Heller
|
||||
S 299 Special __main__() function in modules Epler
|
||||
SR 299 Special __main__() function in modules Epler
|
||||
SF 301 Package Index and Metadata for Distutils Jones
|
||||
S 302 New Import Hooks JvR, Moore
|
||||
SR 303 Extend divmod() for Multiple Divisors Bellman
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Special __main__() function in modules
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Jeff Epler <jepler@unpythonic.net>
|
||||
Status: Draft
|
||||
Status: Rejected
|
||||
Type: Standards Track
|
||||
Created: 12-Aug-2002
|
||||
Python-version: 2.3
|
||||
|
|
Loading…
Reference in New Issue