]> granicus.if.org Git - python/commit
Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting comparis...
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 15 Jun 2012 11:14:08 +0000 (21:14 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 15 Jun 2012 11:14:08 +0000 (21:14 +1000)
commit807770ec1bead8aff0716384621638ed80e9f56b
tree92340839af07f9033c315292b9bb1eb9a777b9b8
parent307693a8bb3b5b5ff2e3a0d5a0a837289e4de8be
Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting comparison function in hmac
Doc/library/hmac.rst
Lib/hmac.py
Lib/test/test_hmac.py
Misc/NEWS