[Python-checkins] python/nondist/peps pep-0000.txt,1.211,1.212 pep-0293.txt,1.5,1.6

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Tue, 03 Sep 2002 08:58:45 -0700


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

Modified Files:
	pep-0000.txt pep-0293.txt 
Log Message:
PEP 293 is complete and checked in, so mark it as Final.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.211
retrieving revision 1.212
diff -C2 -d -r1.211 -r1.212
*** pep-0000.txt	26 Aug 2002 18:12:03 -0000	1.211
--- pep-0000.txt	3 Sep 2002 15:58:42 -0000	1.212
***************
*** 99,103 ****
   I   291  Backward Compatibility for Standard Library  Norwitz
   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  Adding a bytes Object Type                   Gilbert
--- 99,102 ----
***************
*** 140,143 ****
--- 139,143 ----
   SF  279  The enumerate() built-in function            Hettinger
   SF  285  Adding a bool type                           van Rossum
+  SF  293  Codec Error Handling Callbacks               Dörwald
  
   Empty PEPs (or containing only an abstract)
***************
*** 285,289 ****
   I   291  Backward Compatibility for Standard Library  Norwitz
   S   292  Simpler String Substitutions                 Warsaw
!  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
--- 285,289 ----
   I   291  Backward Compatibility for Standard Library  Norwitz
   S   292  Simpler String Substitutions                 Warsaw
!  SF  293  Codec Error Handling Callbacks               Dörwald
   S   294  Type Names in the types Module               Tirosh
   SR  295  Interpretation of multiline string constants Koltsov

Index: pep-0293.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0293.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pep-0293.txt	25 Jul 2002 13:30:28 -0000	1.5
--- pep-0293.txt	3 Sep 2002 15:58:43 -0000	1.6
***************
*** 4,8 ****
  Last-Modified: $Date$
  Author: Walter Dörwald
! Status: Draft
  Type: Standards Track
  Created: 18-Jun-2002
--- 4,8 ----
  Last-Modified: $Date$
  Author: Walter Dörwald
! Status: Final
  Type: Standards Track
  Created: 18-Jun-2002