]> granicus.if.org Git - python/commit
Issue #26390: Fix and test pbkdf2_hmac() parameter names
authorMartin Panter <vadmium+py@gmail.com>
Mon, 22 Feb 2016 09:21:49 +0000 (09:21 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Mon, 22 Feb 2016 09:21:49 +0000 (09:21 +0000)
commitbc85e35fe66edf18c7998d98bfa5682a9cbb0269
tree7679728da2bddfd67ef21757a1b0bdcb9c28239d
parent8c16cb9f65bfc7d732bc6bd3f533856795a95690
Issue #26390: Fix and test pbkdf2_hmac() parameter names

Based on patch by Daan Bakker.
Doc/library/hashlib.rst
Lib/test/test_hashlib.py