Mark the two database API PEPs as "Status: Final", with MAL's approval.

Neither has been revised significantly since 1996 or 1999.
This commit is contained in:
Andrew M. Kuchling 2002-05-29 21:17:42 +00:00
parent f656de7ff1
commit 2532a8121c
3 changed files with 6 additions and 6 deletions

View File

@ -45,8 +45,8 @@ Index by Category
I 101 Doing Python Releases 101 Warsaw, van Rossum I 101 Doing Python Releases 101 Warsaw, van Rossum
I 102 Doing Python Micro Releases Baxter, Warsaw, van Rossum I 102 Doing Python Micro Releases Baxter, Warsaw, van Rossum
IF 247 API for Cryptographic Hash Functions Kuchling IF 247 API for Cryptographic Hash Functions Kuchling
I 248 Python Database API Specification v1.0 Lemburg IF 248 Python Database API Specification v1.0 Lemburg
I 249 Python Database API Specification v2.0 Lemburg IF 249 Python Database API Specification v2.0 Lemburg
IF 272 API for Block Encryption Algorithms v1.0 Kuchling IF 272 API for Block Encryption Algorithms v1.0 Kuchling
Accepted PEPs (accepted; may not be implemented yet) Accepted PEPs (accepted; may not be implemented yet)
@ -225,8 +225,8 @@ Numerical Index
S 245 Python Interface Syntax Pelletier S 245 Python Interface Syntax Pelletier
S 246 Object Adaptation Evans S 246 Object Adaptation Evans
IF 247 API for Cryptographic Hash Functions Kuchling IF 247 API for Cryptographic Hash Functions Kuchling
I 248 Python Database API Specification v1.0 Lemburg IF 248 Python Database API Specification v1.0 Lemburg
I 249 Python Database API Specification v2.0 Lemburg IF 249 Python Database API Specification v2.0 Lemburg
SF 250 Using site-packages on Windows Moore SF 250 Using site-packages on Windows Moore
IF 251 Python 2.2 Release Schedule Warsaw, van Rossum IF 251 Python 2.2 Release Schedule Warsaw, van Rossum
S 252 Making Types Look More Like Classes van Rossum S 252 Making Types Look More Like Classes van Rossum

View File

@ -3,7 +3,7 @@ Title: Python Database API Specification v1.0
Version: $Revision$ Version: $Revision$
Author: db-sig@python.org (Python Database SIG) Author: db-sig@python.org (Python Database SIG)
Editor: mal@lemburg.com (Marc-Andre Lemburg) Editor: mal@lemburg.com (Marc-Andre Lemburg)
Status: Draft Status: Final
Replaced-By: 249 Replaced-By: 249
Type: Informational Type: Informational
Release-Date: 09 Apr 1996 Release-Date: 09 Apr 1996

View File

@ -3,7 +3,7 @@ Title: Python Database API Specification v2.0
Version: $Revision$ Version: $Revision$
Author: db-sig@python.org (Python Database SIG) Author: db-sig@python.org (Python Database SIG)
Editor: mal@lemburg.com (Marc-Andre Lemburg) Editor: mal@lemburg.com (Marc-Andre Lemburg)
Status: Draft Status: Final
Type: Informational Type: Informational
Replaces: 248 Replaces: 248
Release-Date: 07 Apr 1999 Release-Date: 07 Apr 1999