[Python-checkins] python/dist/src/Modules md5module.c,2.33,2.34

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Fri, 11 Oct 2002 14:53:04 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv1630/Modules

Modified Files:
	md5module.c 
Log Message:
SF #621948, update docstring for md5 by David M. Cooke.  Will backport.

Index: md5module.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/md5module.c,v
retrieving revision 2.33
retrieving revision 2.34
diff -C2 -d -r2.33 -r2.34
*** md5module.c	2 Aug 2002 02:27:13 -0000	2.33
--- md5module.c	11 Oct 2002 21:53:01 -0000	2.34
***************
*** 186,189 ****
--- 186,190 ----
  update() -- updates the current digest with an additional string\n\
  digest() -- return the current digest value\n\
+ hexdigest() -- return the current digest as a string of hexadecimal digits\n\
  copy() -- return a copy of the current md5 object");