Christian Heimes <li...@cheimes.de> added the comment:

The crypt module is a thin wrapper around the OS' crypt(3) function. The 
function should return NULL for unsupported salt types. The module turns NULL 
into None.

What's the return value of crypt.crypt("test", crypt.METHOD_SHA512) ?

----------
nosy: +christian.heimes

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33213>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to