This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yan12125
Recipients Alex.Willmer, xdegaye, yan12125
Date 2016-07-31.07:12:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469949159.6.0.146526016082.issue27659@psf.upfronthosting.co.za>
In-reply-to
Content
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>.
History
Date User Action Args
2016-07-31 07:12:39yan12125setrecipients: + yan12125, xdegaye, Alex.Willmer
2016-07-31 07:12:39yan12125setmessageid: <1469949159.6.0.146526016082.issue27659@psf.upfronthosting.co.za>
2016-07-31 07:12:39yan12125linkissue27659 messages
2016-07-31 07:12:39yan12125create