[issue10793] hashlib.hash.digest() documentation incorrect re return type

2010-12-29 Thread Thorsten Behrens
New submission from Thorsten Behrens sbehr...@gmx.li: The documentation for hashlib.hash.digest() states that digest() will [r]eturn the digest of the data passed to the update() method so far. This is a bytes array of size digest_size[...]. The returned object is of class 'bytes', not

[issue10793] hashlib.hash.digest() documentation incorrect re return type

2010-12-29 Thread SilentGhost
SilentGhost michael.mischurow+...@gmail.com added the comment: One-word patch attached. -- keywords: +patch nosy: +SilentGhost Added file: http://bugs.python.org/file20191/hashlib.rst.diff ___ Python tracker rep...@bugs.python.org

[issue10793] hashlib.hash.digest() documentation incorrect re return type

2010-12-29 Thread Senthil Kumaran
Senthil Kumaran orsent...@gmail.com added the comment: Fixed in r87573 and r87574 -- nosy: +orsenthil resolution: - fixed stage: - committed/rejected status: open - closed type: - behavior ___ Python tracker rep...@bugs.python.org