[issue33213] crypt function not hashing properly on Mac (uses a specific salt)

Andrei Kulakov report at bugs.python.org
Sun Jun 20 10:54:03 EDT 2021


Andrei Kulakov <andrei.avk at gmail.com> added the comment:

Actually it should be:

  if method is not None and method not in methods:
    ...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33213>
_______________________________________


More information about the Python-bugs-list mailing list