After yesterday's Pythonlabs meeting, the status of PEP 244 is changed
to 'rejected'.
This commit is contained in:
parent
295e210393
commit
fda3cbbba2
|
@ -52,7 +52,6 @@ Index by Category
|
|||
S 237 pep-0237.txt Unifying Long Integers and Integers Zadka, van Rossum
|
||||
S 241 pep-0241.txt Metadata for Python Software Packages Kuchling
|
||||
S 243 pep-0243.txt Module Repository Upload Mechanism Reifschneider
|
||||
S 244 pep-0244.txt The `directive' Statement von Loewis
|
||||
S 254 pep-0254.txt Making Classes Look More Like Types van Rossum
|
||||
S 256 pep-0256.txt Docstring Processing System Framework Goodger
|
||||
S 257 pep-0257.txt Docstring Conventions Goodger, van Rossum
|
||||
|
@ -120,6 +119,7 @@ Index by Category
|
|||
SR 224 pep-0224.txt Attribute Docstrings Lemburg
|
||||
SR 231 pep-0231.txt __findattr__() Warsaw
|
||||
SD 233 pep-0233.txt Python Online Help Prescod
|
||||
SR 244 pep-0244.txt The `directive' Statement von Loewis
|
||||
SR 259 pep-0259.txt Omit printing newline after newline van Rossum
|
||||
|
||||
|
||||
|
@ -185,7 +185,7 @@ Numerical Index
|
|||
S 241 pep-0241.txt Metadata for Python Software Packages Kuchling
|
||||
S 242 pep-0242.txt Numeric Kinds Dubois
|
||||
S 243 pep-0243.txt Module Repository Upload Mechanism Reifschneider
|
||||
S 244 pep-0244.txt The `directive' Statement von Loewis
|
||||
SR 244 pep-0244.txt The `directive' Statement von Loewis
|
||||
S 245 pep-0245.txt Python Interface Syntax Pelletier
|
||||
S 246 pep-0246.txt Object Adaptation Evans
|
||||
I 247 pep-0247.txt API for Cryptographic Hash Functions Kuchling
|
||||
|
|
|
@ -2,7 +2,7 @@ PEP: 244
|
|||
Title: The `directive' statement
|
||||
Version: $Revision$
|
||||
Author: loewis@informatik.hu-berlin.de (Martin von Loewis)
|
||||
Status: Active
|
||||
Status: Rejected
|
||||
Type: Standards Track
|
||||
Created: 20-Mar-2001
|
||||
Python-Version: 2.1
|
||||
|
|
Loading…
Reference in New Issue