[Python-checkins] python/dist/src/Modules md5module.c,2.27,2.27.6.1

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Fri, 11 Oct 2002 14:55:16 -0700


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

Modified Files:
      Tag: release22-maint
	md5module.c 
Log Message:
Backport 2.34.  SF #621948, update docstring for md5 by David M. Cooke

Index: md5module.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/md5module.c,v
retrieving revision 2.27
retrieving revision 2.27.6.1
diff -C2 -d -r2.27 -r2.27.6.1
*** md5module.c	8 Dec 2001 18:02:57 -0000	2.27
--- md5module.c	11 Oct 2002 21:55:13 -0000	2.27.6.1
***************
*** 197,200 ****
--- 197,201 ----
  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\n\
  ";