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 christian.heimes
Recipients Ron Reiter, christian.heimes, mark.dickinson, rhettinger, serhiy.storchaka
Date 2018-04-03.10:12:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522750363.66.0.467229070634.issue33213@psf.upfronthosting.co.za>
In-reply-to
Content
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) ?
History
Date User Action Args
2018-04-03 10:12:43christian.heimessetrecipients: + christian.heimes, rhettinger, mark.dickinson, serhiy.storchaka, Ron Reiter
2018-04-03 10:12:43christian.heimessetmessageid: <1522750363.66.0.467229070634.issue33213@psf.upfronthosting.co.za>
2018-04-03 10:12:43christian.heimeslinkissue33213 messages
2018-04-03 10:12:43christian.heimescreate