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 fmoreau
Recipients fmoreau, lemburg
Date 2014-01-31.11:02:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391166165.52.0.4413803514.issue20454@psf.upfronthosting.co.za>
In-reply-to
Content
On Archlinux:

$ python2.7 -c 'import platform; print(platform.linux_distribution())'
('', '', '')

This is because Archlinux is not part of the '_supported_dists' list.

Could Archlinux be added to this list ?

Thanks.
History
Date User Action Args
2014-01-31 11:02:45fmoreausetrecipients: + fmoreau, lemburg
2014-01-31 11:02:45fmoreausetmessageid: <1391166165.52.0.4413803514.issue20454@psf.upfronthosting.co.za>
2014-01-31 11:02:45fmoreaulinkissue20454 messages
2014-01-31 11:02:45fmoreaucreate