[issue19554] Enable all freebsd* host platforms

William Grzybowski report at bugs.python.org
Mon Nov 11 13:29:49 CET 2013


New submission from William Grzybowski:

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

----------
components: Build
files: tip.patch
keywords: patch
messages: 202621
nosy: wg
priority: normal
severity: normal
status: open
title: Enable all freebsd* host platforms
type: enhancement
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file32573/tip.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19554>
_______________________________________


More information about the Python-bugs-list mailing list