[Python-checkins] python/nondist/peps pep-0262.txt,1.11,1.12
akuchling@users.sourceforge.net
akuchling@users.sourceforge.net
Sun, 30 Mar 2003 07:01:33 -0800
Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv19240
Modified Files:
pep-0262.txt
Log Message:
Use SHA1, not MD5
Index: pep-0262.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0262.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pep-0262.txt 30 Mar 2003 14:46:55 -0000 1.11
--- pep-0262.txt 30 Mar 2003 15:01:31 -0000 1.12
***************
*** 89,93 ****
On Windows, these fields will both be 'unknown'.
! * An MD5 digest of the file, encoded in hex.
A package that uses the Distutils for installation should
--- 89,93 ----
On Windows, these fields will both be 'unknown'.
! * A SHA1 digest of the file, encoded in hex.
A package that uses the Distutils for installation should