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

index 8ca238635450c91c49ad740f26c6e3f135f0cd44..6c9f2c688635fc3dde2b3908218175ec003a17d0 100644 (file)
@@ -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 = {