[issue27928] Add hashlib.scrypt

Christian Heimes report at bugs.python.org
Thu Sep 1 16:27:50 EDT 2016


Christian Heimes added the comment:

Argument is easy.

Your second request is a very good idea but also harder to implement. Neither PyArg_Parse nor clinic have a way to declare arguments that required and keyword only but have no default value. I have a workaround but it ain't beautiful.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27928>
_______________________________________


More information about the Python-bugs-list mailing list