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 wg
Recipients wg
Date 2013-11-11.12:29:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384172989.4.0.879301350688.issue19554@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

Currently python setup.py restricts FreeBSD host platform by version, e.g. freebsd7, freebsd8.

It is not only out-of-date (we already are on freebsd11) but also doesn't seem to have a good reason to do so.

Proposed patches replaces it with startswith('freebsd').

Thanks
History
Date User Action Args
2013-11-11 12:29:49wgsetrecipients: + wg
2013-11-11 12:29:49wgsetmessageid: <1384172989.4.0.879301350688.issue19554@psf.upfronthosting.co.za>
2013-11-11 12:29:49wglinkissue19554 messages
2013-11-11 12:29:49wgcreate