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 lemburg
Recipients benjamin.peterson, bgomes, christian.heimes, doko, draghuram, eric.araujo, georg.brandl, lemburg, pavel.vinogradov, pola, sapetnioc, vajrasky, vstinner, zooko
Date 2014-01-06.11:07:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <52CA8E82.50801@egenix.com>
In-reply-to <1389005581.15.0.422285659271.issue1322@psf.upfronthosting.co.za>
Content
On 06.01.2014 11:53, Vajrasky Kok wrote:
> 
> Here is the patch to deprecate platform.dist and platform.linux_distribution.
> 
> ----------
> nosy: +vajrasky
> Added file: http://bugs.python.org/file33324/deprecate_platform_dist.patch

Thanks. I think we'll need to do this in three steps:

1. pending deprecation in 3.4
2. deprecation in 3.5
3. removal in 3.6

Please also add a note to these steps to the warning text and a deprecation
notice to the documentation.
History
Date User Action Args
2014-01-06 11:07:49lemburgsetrecipients: + lemburg, georg.brandl, doko, zooko, vstinner, draghuram, christian.heimes, sapetnioc, benjamin.peterson, pavel.vinogradov, bgomes, eric.araujo, pola, vajrasky
2014-01-06 11:07:49lemburglinkissue1322 messages
2014-01-06 11:07:49lemburgcreate