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 vstinner
Recipients brett.cannon, lemburg, serhiy.storchaka, vstinner
Date 2018-12-03.13:00:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543842034.64.0.788709270274.issue35346@psf.upfronthosting.co.za>
In-reply-to
Content
Another issue with Python 2 compatibility (I addition to platform.dist() removal) of Lib/platform.py from master: it uses re.ASCII which doesn't exist in Python 2.7.
History
Date User Action Args
2018-12-03 13:00:34vstinnersetrecipients: + vstinner, lemburg, brett.cannon, serhiy.storchaka
2018-12-03 13:00:34vstinnersetmessageid: <1543842034.64.0.788709270274.issue35346@psf.upfronthosting.co.za>
2018-12-03 13:00:34vstinnerlinkissue35346 messages
2018-12-03 13:00:34vstinnercreate