From: Neal Norwitz Date: Fri, 11 Oct 2002 21:55:13 +0000 (+0000) Subject: Backport 2.34. SF #621948, update docstring for md5 by David M. Cooke X-Git-Tag: v2.2.2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6db12839922383398b0035446723a8d78bf86393;p=thirdparty%2FPython%2Fcpython.git Backport 2.34. SF #621948, update docstring for md5 by David M. Cooke --- diff --git a/Modules/md5module.c b/Modules/md5module.c index 3ddacf54d3a2..148f69888e82 100644 --- a/Modules/md5module.c +++ b/Modules/md5module.c @@ -196,6 +196,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\n\ ";