Mailing List Archive

python/nondist/peps pep-0000.txt,1.178,1.179 pep-0285.txt,1.20,1.21
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv32622

Modified Files:
pep-0000.txt pep-0285.txt
Log Message:
PEP 285 is Final.

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.178
retrieving revision 1.179
diff -C2 -d -r1.178 -r1.179
*** pep-0000.txt 8 Apr 2002 22:18:44 -0000 1.178
--- pep-0000.txt 11 Apr 2002 15:34:19 -0000 1.179
***************
*** 54,58 ****
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

--- 54,57 ----
***************
*** 128,131 ****
--- 127,131 ----
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)
***************
*** 263,267 ****
I 283 Python 2.3 Release Schedule Hylton
S 284 Integer for-loops Eppstein, Ewing
! S 285 Adding a bool type van Rossum
S 286 Enhanced Argument Tuples von Loewis
S 287 reStructuredText Standard Docstring Format Goodger
--- 263,267 ----
I 283 Python 2.3 Release Schedule Hylton
S 284 Integer for-loops Eppstein, Ewing
! SF 285 Adding a bool type van Rossum
S 286 Enhanced Argument Tuples von Loewis
S 287 reStructuredText Standard Docstring Format Goodger

Index: pep-0285.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0285.txt,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** pep-0285.txt 3 Apr 2002 22:11:05 -0000 1.20
--- pep-0285.txt 11 Apr 2002 15:34:19 -0000 1.21
***************
*** 4,8 ****
Last-Modified: $Date$
Author: guido@python.org (Guido van Rossum)
! Status: Accepted
Type: Standards Track
Created: 8-Mar-2002
--- 4,8 ----
Last-Modified: $Date$
Author: guido@python.org (Guido van Rossum)
! Status: Final
Type: Standards Track
Created: 8-Mar-2002