Add PEP 358 to index.
This commit is contained in:
parent
cd7901e86e
commit
2da9d64f5e
|
@ -108,6 +108,7 @@ Index by Category
|
|||
S 354 Enumerations in Python Finney
|
||||
S 355 Path - Object oriented filesystem paths Lindqvist
|
||||
S 357 Allowing Any Object to be Used for Slicing Oliphant
|
||||
S 358 The "bytes" Object Schemenauer
|
||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||
|
||||
Finished PEPs (done, implemented in Subversion)
|
||||
|
@ -410,6 +411,7 @@ Numerical Index
|
|||
S 355 Path - Object oriented filesystem paths Lindqvist
|
||||
I 356 Python 2.5 Release Schedule Norwitz, et al
|
||||
S 357 Allowing Any Object to be Used for Slicing Oliphant
|
||||
S 358 The "bytes" Object Schemenauer
|
||||
SR 666 Reject Foolish Indentation Creighton
|
||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||
I 3000 Python 3.0 Plans Kuchling, Cannon
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PEP: 358
|
||||
Title: The "bytes" object
|
||||
Title: The "bytes" Object
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Neil Schemenauer <nas@arctrix.com>
|
||||
|
|
Loading…
Reference in New Issue