[issue13944] HMAC object called hmac

2012-02-05 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue13944] HMAC object called hmac

2012-02-04 Thread Ramchandra Apte
New submission from Ramchandra Apte : 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 -- assignee: docs@python components: Documentation messages: 152657 nosy: docs@pytho