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.

Author dbakker
Recipients dbakker, docs@python
Date 2016-02-19.00:00:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455840057.88.0.0946194046166.issue26390@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for pbkdf2_hmac at https://docs.python.org/3/library/hashlib.html uses the "rounds" keyword:

hashlib.pbkdf2_hmac(name, password, salt, rounds, dklen=None)

However, the actual source code uses "iterations". No-one has probably noticed it before because no error is raised if the number of iterations is given as a positional argument.
History
Date User Action Args
2016-02-19 00:00:57dbakkersetrecipients: + dbakker, docs@python
2016-02-19 00:00:57dbakkersetmessageid: <1455840057.88.0.0946194046166.issue26390@psf.upfronthosting.co.za>
2016-02-19 00:00:57dbakkerlinkissue26390 messages
2016-02-19 00:00:57dbakkercreate