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 berker.peksag
Recipients berker.peksag, doko, ned.deily, vstinner, yan12125
Date 2016-09-15.10:30:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473935452.36.0.967218499837.issue28167@psf.upfronthosting.co.za>
In-reply-to
Content
I think the current consensus is to keep old APIs around to make porting from Python 2 easier. That's why I opened issue 26041.

See also msg256111 and "Deprecation policy PEP" proposed at https://mail.python.org/pipermail/python-committers/2016-January/003706.html

If Marc-Andre (platform module maintainer) and Ned give their +1s, I don't have a strong objection against the removal of the function.

Also, it looks like I forgot to remove deprecated-removed directive in 5d9f961edc30: https://docs.python.org/3.6/library/platform.html#platform.linux_distribution
History
Date User Action Args
2016-09-15 10:30:52berker.peksagsetrecipients: + berker.peksag, doko, vstinner, ned.deily, yan12125
2016-09-15 10:30:52berker.peksagsetmessageid: <1473935452.36.0.967218499837.issue28167@psf.upfronthosting.co.za>
2016-09-15 10:30:52berker.peksaglinkissue28167 messages
2016-09-15 10:30:52berker.peksagcreate