[Python-checkins] CVS: python/nondist/peps pep-0248.txt,1.1,1.2 pep-0249.txt,1.1,1.2

A.M. Kuchling akuchling@users.sourceforge.net
Fri, 30 Mar 2001 08:56:17 -0800


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

Modified Files:
	pep-0248.txt pep-0249.txt 
Log Message:
Add Replaces and Replaced-By header.  
Use PEP number for DB-API 1.0.


Index: pep-0248.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0248.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pep-0248.txt	2001/03/29 17:00:15	1.1
--- pep-0248.txt	2001/03/30 16:56:15	1.2
***************
*** 5,8 ****
--- 5,9 ----
  Editor: mal@lemburg.com (Marc-Andre Lemburg)
  Status: Draft
+ Replaced-By: 249
  Type: Informational
  

Index: pep-0249.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0249.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pep-0249.txt	2001/03/29 17:00:15	1.1
--- pep-0249.txt	2001/03/30 16:56:15	1.2
***************
*** 6,9 ****
--- 6,10 ----
  Status: Draft
  Type: Informational
+ Replaces: 248
  
  Introduction
***************
*** 35,39 ****
      This document describes the Python Database API Specification
      2.0.  The previous version 1.0 version is still available as
!     reference, in PEP XXX. Package writers are encouraged to use
      this version of the specification as basis for new interfaces.
  
--- 36,40 ----
      This document describes the Python Database API Specification
      2.0.  The previous version 1.0 version is still available as
!     reference, in PEP 248. Package writers are encouraged to use
      this version of the specification as basis for new interfaces.