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 Elizacat
Recipients Elizacat
Date 2014-03-23.04:05:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395547536.87.0.0316178193706.issue21031@psf.upfronthosting.co.za>
In-reply-to
Content
This patch adds support for the AlpineLinux distrubtion (http://alpinelinux.org) to the platform.linux_distributions function, e.g.:

>>> platform.linux_distribution()
('alpine', '2.8.0_alpha2', '')

Thoughts, feelings, and rotten tomatoes welcome :).
History
Date User Action Args
2014-03-23 04:05:36Elizacatsetrecipients: + Elizacat
2014-03-23 04:05:36Elizacatsetmessageid: <1395547536.87.0.0316178193706.issue21031@psf.upfronthosting.co.za>
2014-03-23 04:05:36Elizacatlinkissue21031 messages
2014-03-23 04:05:36Elizacatcreate