Add Replaces and Replaced-By header.

Use PEP number for DB-API 1.0.
This commit is contained in:
Andrew M. Kuchling 2001-03-30 16:56:15 +00:00
parent 6bf4b51da9
commit e1eed84968
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ Version: $Revision$
Author: db-sig@python.org (Python Database SIG)
Editor: mal@lemburg.com (Marc-Andre Lemburg)
Status: Draft
Replaced-By: 249
Type: Informational
Introduction

View File

@ -5,6 +5,7 @@ Author: db-sig@python.org (Python Database SIG)
Editor: mal@lemburg.com (Marc-Andre Lemburg)
Status: Draft
Type: Informational
Replaces: 248
Introduction
@ -34,7 +35,7 @@ Introduction
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
reference, in PEP 248. Package writers are encouraged to use
this version of the specification as basis for new interfaces.