PEP 296 gets renamed after a suggestion by Guido and approval by Scott
Gilbert.
This commit is contained in:
parent
4254201e07
commit
605f313487
|
@ -100,7 +100,7 @@ Index by Category
|
|||
S 292 Simpler String Substitutions Warsaw
|
||||
S 293 Codec Error Handling Callbacks Dörwald
|
||||
S 294 Type Names in the types Module Tirosh
|
||||
S 296 The Buffer Problem Gilbert
|
||||
S 296 Adding a bytes Object Type Gilbert
|
||||
S 297 Support for System Upgrades Lemburg
|
||||
S 298 The Locked Buffer Interface Heller
|
||||
|
||||
|
@ -284,7 +284,7 @@ Numerical Index
|
|||
S 293 Codec Error Handling Callbacks Dörwald
|
||||
S 294 Type Names in the types Module Tirosh
|
||||
SR 295 Interpretation of multiline string constants Koltsov
|
||||
S 296 The Buffer Problem Gilbert
|
||||
S 296 Adding a bytes Object Type Gilbert
|
||||
S 297 Support for System Upgrades Lemburg
|
||||
S 298 The Locked Buffer Interface Heller
|
||||
SR 666 Reject Foolish Indentation Creighton
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PEP: 296
|
||||
Title: The Buffer Problem
|
||||
Title: Adding a bytes Object Type
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: xscottg at yahoo.com (Scott Gilbert)
|
||||
|
|
Loading…
Reference in New Issue