Thomas Wouters <tho...@python.org> added the comment:

Ah, looks like I missed crypt_r getting added in 3.7. Sorry about that. Yes, 
the error handling would be a behaviour change, a keyword argument may be a 
good solution. As it is, crypt() returns None, throwing away the *reason* for 
the failure (which is recorded in errno).

----------

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

Reply via email to