4 Sep
2012
4 Sep
'12
8:10 a.m.
On Tue, Sep 4, 2012 at 5:02 AM, Victor Stinner <victor.stinner@gmail.com> wrote:
Or maybe we can drop support for Tru64 as well as we already does it for, say, VMS?
See the PEP 11 for unsupported platforms. http://www.python.org/dev/peps/pep-0011/#no-longer-supported-platforms
"Name: VMS Unsupported in: Python 3.3 Code removed in: Python 3.4"
And for Python 2.7 when adding new tests, does this mean we should write those tests in a way that attempts to have them pass on Tru64 (e.g. by following the pattern of another test), or should we not worry about it? --Chris