Message 316888 - Python tracker

Message316888

Author vstinner
Recipients lemburg, mrandybu, vstinner
Date 2018-05-17.07:07:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526540860.28.0.682650639539.issue33513@psf.upfronthosting.co.za>
In-reply-to
Content
Oh wow. That looks more like a new feature than a bugfix or short cleanup. I'm not sure that it's ok to do it in Python 2.

platform.linux_distribution() is deprecated since Python 3.5 and just has been removed from Python 3.8: see bpo-28167.

I suggest to close this issue as WONTFIX, sorry.
History
Date User Action Args
2018-05-17 07:07:40vstinnersetrecipients: + vstinner, lemburg, mrandybu
2018-05-17 07:07:40vstinnersetmessageid: <1526540860.28.0.682650639539.issue33513@psf.upfronthosting.co.za>
2018-05-17 07:07:40vstinnerlinkissue33513 messages
2018-05-17 07:07:40vstinnercreate