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: HMAC object called hmac
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.2, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Ramchandra Apte, docs@python, python-dev
Priority: normal Keywords:

Created on 2012-02-05 03:04 by Ramchandra Apte, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg152657 - (view) Author: Ramchandra Apte (Ramchandra Apte) * Date: 2012-02-05 03:04
When the documentation for hashlib says "An HMAC object has the following methods:" the list of methods says hmac.xxx which is wrong and should be HMAC.xxx.
Thanks
msg152664 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-02-05 08:28
New changeset 7c263bfc92f5 by Georg Brandl in branch '2.7':
Closes #13944: fix capitalization of class name.
http://hg.python.org/cpython/rev/7c263bfc92f5

New changeset cd748bab3cdd by Georg Brandl in branch '3.2':
Closes #13944: fix capitalization of class name.
http://hg.python.org/cpython/rev/cd748bab3cdd
History
Date User Action Args
2022-04-11 14:57:26adminsetgithub: 58152
2012-02-05 08:28:41python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg152664

resolution: fixed
stage: resolved
2012-02-05 03:04:40Ramchandra Aptecreate