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 martin.panter
Recipients Mariatta, cheryl.sabella, martin.panter, twouters
Date 2019-03-01.22:31:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551479498.5.0.0317829885247.issue36161@roundup.psfhosted.org>
In-reply-to
Content
In Issue 28503, “crypt_r” was added to Python 3.7 and 3.8+, and it looks like it is still there.

Regarding error handling for “crypt”, it is not documented, but the Python function returns None on error. You would have to consider backwards compatibility to use OSError. Perhaps add a new parameter like “crypt(raise_error=True)”?
History
Date User Action Args
2019-03-01 22:31:38martin.pantersetrecipients: + martin.panter, twouters, Mariatta, cheryl.sabella
2019-03-01 22:31:38martin.pantersetmessageid: <1551479498.5.0.0317829885247.issue36161@roundup.psfhosted.org>
2019-03-01 22:31:38martin.panterlinkissue36161 messages
2019-03-01 22:31:38martin.pantercreate