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

Barry Warsaw bwarsaw@users.sourceforge.net
Wed, 28 Mar 2001 11:55:48 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:
PEP 247, API for Cryptographic Hash Algorithms, Andrew Kuchling

(note: 246 is reserved)


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -r1.80 -r1.81
*** pep-0000.txt	2001/03/21 18:59:54	1.80
--- pep-0000.txt	2001/03/28 19:55:46	1.81
***************
*** 30,33 ****
--- 30,37 ----
   I     6  pep-0006.txt  Patch and Bug Fix Releases             Aahz
  
+  Other Informational PEPs
+ 
+  I   247  pep-0247.txt  API for Cryptographic Hash Algorithms  Kuchling
+ 
   Active PEPs (under serious consideration for Python 2.1 - even if empty)
  
***************
*** 159,162 ****
--- 163,167 ----
   S   244  pep-0244.txt  The `directive' Statement              von Loewis
   S   245  pep-0245.txt  Python Interfaces                      Pelletier
+  I   247  pep-0247.txt  API for Cryptographic Hash Algorithms  Kuchling