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 martin.panter
Recipients SilentGhost, alex, doko, dstufft, giampaolo.rodola, janssen, larry, martin.panter, ned.deily, pitrou, xiang.zhang
Date 2016-06-24.23:46:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466811992.03.0.715464065967.issue26867@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW I had a quick look at ways to detect if you are running on Ubuntu. But platform.linux_distribution() seems to be deprecated and looks like it might have trouble differentiating Debian and Ubuntu. So it may be easier to just go with the current patch on all platforms, at least for the moment.

Maybe if someone that uses Ubuntu could suggest a specific file or config the test can check for.
History
Date User Action Args
2016-06-24 23:46:32martin.pantersetrecipients: + martin.panter, doko, janssen, pitrou, larry, giampaolo.rodola, ned.deily, alex, SilentGhost, dstufft, xiang.zhang
2016-06-24 23:46:32martin.pantersetmessageid: <1466811992.03.0.715464065967.issue26867@psf.upfronthosting.co.za>
2016-06-24 23:46:32martin.panterlinkissue26867 messages
2016-06-24 23:46:31martin.pantercreate