PEP 296 gets renamed after a suggestion by Guido and approval by Scott

Gilbert.
This commit is contained in:
Barry Warsaw 2002-08-02 18:05:59 +00:00
parent 4254201e07
commit 605f313487
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)