]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport 2.34. SF #621948, update docstring for md5 by David M. Cooke
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 11 Oct 2002 21:55:13 +0000 (21:55 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 11 Oct 2002 21:55:13 +0000 (21:55 +0000)
Modules/md5module.c

index 3ddacf54d3a29ead97f6535873ec992d2072ba61..148f69888e828a3fea0794364103b42416892240 100644 (file)
@@ -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\
 ";