[issue27659] Check for the existence of crypt()

Chi Hsuan Yen report at bugs.python.org
Sun Jul 31 03:12:39 EDT 2016


Chi Hsuan Yen added the comment:

Some references for crypt():

POSIX standard: http://pubs.opengroup.org/onlinepubs/9699919799/functions/crypt.html
Linux man page: http://man7.org/linux/man-pages/man3/crypt.3.html
FreeBSD man page: https://www.freebsd.org/cgi/man.cgi?crypt(3)
Mac OS X man page: https://developer.apple.com/library/ios/documentation/System/Conceptual/ManPages_iPhoneOS/man3/crypt.3.html

All requires <unistd.h>.

----------

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


More information about the Python-bugs-list mailing list