
Author: senthil.kumaran Date: Thu Dec 30 08:21:14 2010 New Revision: 87574 Log: Merged revisions 87573 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87573 | senthil.kumaran | 2010-12-30 15:07:58 +0800 (Thu, 30 Dec 2010) | 3 lines Fix Issue10793 - hashlib documentation issue on return type of digest ........ Modified: python/branches/release31-maint/ (props changed) python/branches/release31-maint/Doc/library/hashlib.rst Modified: python/branches/release31-maint/Doc/library/hashlib.rst ============================================================================== --- python/branches/release31-maint/Doc/library/hashlib.rst (original) +++ python/branches/release31-maint/Doc/library/hashlib.rst Thu Dec 30 08:21:14 2010 @@ -113,7 +113,7 @@ .. method:: hash.digest() Return the digest of the data passed to the :meth:`update` method so far. - This is a bytes array of size :attr:`digest_size` which may contain bytes in + This is a bytes object of size :attr:`digest_size` which may contain bytes in the whole range from 0 to 255.
participants (1)
-
senthil.kumaran