[Python-checkins] python/nondist/peps pep-0000.txt,1.205,1.206 pep-0296.txt,1.1,1.2

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Fri, 02 Aug 2002 11:06:01 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv31867

Modified Files:
	pep-0000.txt pep-0296.txt 
Log Message:
PEP 296 gets renamed after a suggestion by Guido and approval by Scott
Gilbert.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.205
retrieving revision 1.206
diff -C2 -d -r1.205 -r1.206
*** pep-0000.txt	2 Aug 2002 13:46:12 -0000	1.205
--- pep-0000.txt	2 Aug 2002 18:05:59 -0000	1.206
***************
*** 101,105 ****
   S   293  Codec Error Handling Callbacks               Dörwald
   S   294  Type Names in the types Module               Tirosh
!  S   296  The Buffer Problem                           Gilbert
   S   297  Support for System Upgrades                  Lemburg
   S   298  The Locked Buffer Interface                  Heller
--- 101,105 ----
   S   293  Codec Error Handling Callbacks               Dörwald
   S   294  Type Names in the types Module               Tirosh
!  S   296  Adding a bytes Object Type                   Gilbert
   S   297  Support for System Upgrades                  Lemburg
   S   298  The Locked Buffer Interface                  Heller
***************
*** 285,289 ****
   S   294  Type Names in the types Module               Tirosh
   SR  295  Interpretation of multiline string constants Koltsov
!  S   296  The Buffer Problem                           Gilbert
   S   297  Support for System Upgrades                  Lemburg
   S   298  The Locked Buffer Interface                  Heller
--- 285,289 ----
   S   294  Type Names in the types Module               Tirosh
   SR  295  Interpretation of multiline string constants Koltsov
!  S   296  Adding a bytes Object Type                   Gilbert
   S   297  Support for System Upgrades                  Lemburg
   S   298  The Locked Buffer Interface                  Heller

Index: pep-0296.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0296.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pep-0296.txt	22 Jul 2002 21:03:34 -0000	1.1
--- pep-0296.txt	2 Aug 2002 18:05:59 -0000	1.2
***************
*** 1,4 ****
  PEP: 296
! Title: The Buffer Problem
  Version: $Revision$
  Last-Modified: $Date$
--- 1,4 ----
  PEP: 296
! Title: Adding a bytes Object Type
  Version: $Revision$
  Last-Modified: $Date$