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-11-30.00:02:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543536146.95.0.788709270274.issue35346@psf.upfronthosting.co.za>
In-reply-to
Content
> Now in order to keep the module more or less up-to-date, it still
> required regular updates, so the plan was to have it updated in the
> current versions of Python, but allow it to be used in older Python
> versions as well. That was the compromise to have it in the stdlib
> and not external. Otherwise, I would have not added it to the stdlib.

I don't understand if you are describing the current status or the history here. Do you know users who don't use platform form the stdlib, but use a more recent copy?

These users cannot get a more recent version of Python?

When you talk about copying Lib/platform.py from master to Python 2.7, are you talking about the ability to copy platform.py from master into an application to get a more recent version on Python 2.7? If yes, I don't understand how you plan to add back the linux_distribution() feature?

Sorry, I'm still lost :-(
History
Date User Action Args
2018-11-30 00:02:26vstinnersetrecipients: + vstinner, lemburg, brett.cannon, serhiy.storchaka
2018-11-30 00:02:26vstinnersetmessageid: <1543536146.95.0.788709270274.issue35346@psf.upfronthosting.co.za>
2018-11-30 00:02:26vstinnerlinkissue35346 messages
2018-11-30 00:02:26vstinnercreate