[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.133,1.134
Barry Warsaw
bwarsaw@users.sourceforge.net
Thu, 20 Sep 2001 09:02:32 -0700
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv25037
Modified Files:
pep-0000.txt
Log Message:
Added PEP 272, API for Secret-Key Encryption Algorithms, Kuchling
Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.133
retrieving revision 1.134
diff -C2 -d -r1.133 -r1.134
*** pep-0000.txt 2001/09/13 16:47:13 1.133
--- pep-0000.txt 2001/09/20 16:02:29 1.134
***************
*** 41,44 ****
--- 41,45 ----
I 248 Python Database API Specification v1.0 Lemburg
I 249 Python Database API Specification v2.0 Lemburg
+ I 272 API for Secret-Key Encryption Algorithms Kuchling
Accepted PEPs (accepted for Python 2.2; may not be implemented yet)
***************
*** 226,229 ****
--- 227,231 ----
S 270 uniq method for list objects Petrone
S 271 Prefixing sys.path by command line option Giacometti
+ I 272 API for Secret-Key Encryption Algorithms Kuchling