From: Neal Norwitz Date: Fri, 11 Oct 2002 21:53:01 +0000 (+0000) Subject: SF #621948, update docstring for md5 by David M. Cooke. Will backport. X-Git-Tag: v2.3c1~3804 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98a355d0b3bc1f1706b69ba77b31342bad9c0646;p=thirdparty%2FPython%2Fcpython.git SF #621948, update docstring for md5 by David M. Cooke. Will backport. --- diff --git a/Modules/md5module.c b/Modules/md5module.c index 8ca238635450..6c9f2c688635 100644 --- a/Modules/md5module.c +++ b/Modules/md5module.c @@ -185,6 +185,7 @@ Methods:\n\ \n\ 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"); static PyTypeObject MD5type = {