PEP 285 is Final.
This commit is contained in:
parent
53309ae584
commit
d1866830b9
|
@ -53,7 +53,6 @@ Index by Category
|
|||
|
||||
S 252 Making Types Look More Like Classes van Rossum
|
||||
S 253 Subtyping Built-in Types van Rossum
|
||||
S 285 Adding a bool type van Rossum
|
||||
SA 279 The enumerate() built-in function Hettinger
|
||||
|
||||
Open PEPs (under consideration)
|
||||
|
@ -127,6 +126,7 @@ Index by Category
|
|||
SF 260 Simplify xrange() van Rossum
|
||||
S 261 Support for "wide" Unicode characters Prescod
|
||||
SF 264 Future statements in simulated shells Hudson
|
||||
SF 285 Adding a bool type van Rossum
|
||||
|
||||
Empty PEPs (or containing only an abstract)
|
||||
|
||||
|
@ -262,7 +262,7 @@ Numerical Index
|
|||
S 282 A Logging System Mick
|
||||
I 283 Python 2.3 Release Schedule Hylton
|
||||
S 284 Integer for-loops Eppstein, Ewing
|
||||
S 285 Adding a bool type van Rossum
|
||||
SF 285 Adding a bool type van Rossum
|
||||
S 286 Enhanced Argument Tuples von Loewis
|
||||
S 287 reStructuredText Standard Docstring Format Goodger
|
||||
SD 288 Generators Attributes and Exceptions Hettinger
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Adding a bool type
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: guido@python.org (Guido van Rossum)
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Created: 8-Mar-2002
|
||||
Python-Version: 2.3
|
||||
|
|
Loading…
Reference in New Issue