This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Minor markup error in hashlib docs
Type: Stage:
Components: Documentation Versions: Python 3.0, Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, lehmannro
Priority: normal Keywords: patch

Created on 2009-09-14 14:47 by lehmannro, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
hashlib-docs.patch lehmannro, 2009-09-14 14:47 patch for Doc/library/hashlib.rst
Messages (2)
msg92611 - (view) Author: Robert Lehmann (lehmannro) * Date: 2009-09-14 14:47
The documentation for hashlib.hash.digest_size/block_size (notice the
hash) renders as documentation for hashlib.*_size, which does not exist.

Fixed by explicitly declaring membership; patch attached.
msg92612 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-09-14 14:51
Fixed in r74793.
History
Date User Action Args
2022-04-11 14:56:52adminsetgithub: 51157
2009-09-14 14:51:01georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg92612
2009-09-14 14:47:18lehmannrocreate