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 analca3
Recipients analca3
Date 2016-01-04.17:18:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451927931.59.0.302771657902.issue26008@psf.upfronthosting.co.za>
In-reply-to
Content
Hi! I have a doubt, is this behaviour in Python2.7.11 usual, or is it a bug?

>>> import platform
>>> platform.linux_distribution()
('', '', '')

In Python3.5.1 I get

>>> import platform
>>> platform.linux_distribution()
('arch', 'Arch', 'Linux')

I work with Archlinux x86_64 with lsb-release installed. Thanks!
History
Date User Action Args
2016-01-04 17:18:51analca3setrecipients: + analca3
2016-01-04 17:18:51analca3setmessageid: <1451927931.59.0.302771657902.issue26008@psf.upfronthosting.co.za>
2016-01-04 17:18:51analca3linkissue26008 messages
2016-01-04 17:18:51analca3create