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 aronacher, lemburg
Date 2009-02-17.09:26:23
SpamBayes Score 1.0471601e-06
Marked as misclassified No
Message-id <499A82BD.1050804@egenix.com>
In-reply-to <1234820533.21.0.662174152251.issue5284@psf.upfronthosting.co.za>
Content
On 2009-02-16 22:42, Armin Ronacher wrote:
> New submission from Armin Ronacher <armin.ronacher@active-4.com>:
> 
> platform.linux_distribution() was added in 2.6 as an alias for
> platform.dist().  However the documentation lists platform.dist() as an
> alias for platform.linux_distribution() and there is no information that
> the latter appered in 2.6 whereas the former exists since 2.4 I think.

> Not sure what the fix is, but it should be documented properly with "..
> versionadded:: 2.6".

Note that dist() redirects to linux_distribution(), not the other
way around.

I'll add the versionadded tags and also clarify the dist() documentation:
it's missing a comment that full_distribution_name is set to false
when redirecting to linux_distribution().
History
Date User Action Args
2009-02-17 09:26:25lemburgsetrecipients: + lemburg, aronacher
2009-02-17 09:26:24lemburglinkissue5284 messages
2009-02-17 09:26:23lemburgcreate