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 ned.deily
Recipients Ron Reiter, christian.heimes, mark.dickinson, ned.deily, rhettinger, serhiy.storchaka
Date 2018-04-04.06:00:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522821646.91.0.467229070634.issue33213@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./bin/python3
Python 3.8.0a0 (heads/master:55966f3a0d, Apr  2 2018, 18:16:13)
[Clang 9.1.0 (clang-902.0.39.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import crypt
>>> crypt.methods
[<crypt.METHOD_CRYPT>]
History
Date User Action Args
2018-04-04 06:00:47ned.deilysetrecipients: + ned.deily, rhettinger, mark.dickinson, christian.heimes, serhiy.storchaka, Ron Reiter
2018-04-04 06:00:46ned.deilysetmessageid: <1522821646.91.0.467229070634.issue33213@psf.upfronthosting.co.za>
2018-04-04 06:00:46ned.deilylinkissue33213 messages
2018-04-04 06:00:46ned.deilycreate