[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.85,1.86

Barry Warsaw bwarsaw@users.sourceforge.net
Fri, 30 Mar 2001 08:29:46 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:
Added PEPs 248 & 249, Python Database API Specification (v1.0 and
v2.0)


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -r1.85 -r1.86
*** pep-0000.txt	2001/03/29 03:13:49	1.85
--- pep-0000.txt	2001/03/30 16:29:44	1.86
***************
*** 33,36 ****
--- 33,38 ----
  
   I   247  pep-0247.txt  API for Cryptographic Hash Functions   Kuchling
+  I   248  pep-0248.txt  Python Database API Specification v1.0 Lemburg
+  I   249  pep-0249.txt  Python Database API Specification v2.0 Lemburg
  
   Active PEPs (under serious consideration for Python 2.1 - even if empty)
***************
*** 166,169 ****
--- 168,173 ----
   S   246  pep-0246.txt  Object Adaptation                      Evans
   I   247  pep-0247.txt  API for Cryptographic Hash Functions   Kuchling
+  I   248  pep-0248.txt  Python Database API Specification v1.0 Lemburg
+  I   249  pep-0249.txt  Python Database API Specification v2.0 Lemburg