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 Lorin.Hochstein
Recipients Lorin.Hochstein
Date 2013-08-29.00:59:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377737978.02.0.177981191068.issue18872@psf.upfronthosting.co.za>
In-reply-to
Content
Adding 'system' as one of the supported distros does the trick.

>>> platform.linux_distribution(supported_dists=['system'])
('Amazon Linux AMI', '2013.03', '')

Simple patch attached.
History
Date User Action Args
2013-08-29 00:59:38Lorin.Hochsteinsetrecipients: + Lorin.Hochstein
2013-08-29 00:59:38Lorin.Hochsteinsetmessageid: <1377737978.02.0.177981191068.issue18872@psf.upfronthosting.co.za>
2013-08-29 00:59:37Lorin.Hochsteinlinkissue18872 messages
2013-08-29 00:59:37Lorin.Hochsteincreate