summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-10-11 21:53:01 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-10-11 21:53:01 (GMT)
commit98a355d0b3bc1f1706b69ba77b31342bad9c0646 (patch)
tree59a2c9848d5d6515dac932a1d125dffb8d15e298 /Modules
parent463bfafd24b3fade78ab38afe39e7177db022c7f (diff)
downloadcpython-98a355d0b3bc1f1706b69ba77b31342bad9c0646.zip
cpython-98a355d0b3bc1f1706b69ba77b31342bad9c0646.tar.gz
cpython-98a355d0b3bc1f1706b69ba77b31342bad9c0646.tar.bz2
SF #621948, update docstring for md5 by David M. Cooke. Will backport.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/md5module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/md5module.c b/Modules/md5module.c
index 8ca2386..6c9f2c6 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 = {