[Python-Dev] Tru64 support

Chris Jerdonek chris.jerdonek at gmail.com
Tue Sep 4 14:10:43 CEST 2012


On Tue, Sep 4, 2012 at 5:02 AM, Victor Stinner <victor.stinner at 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


More information about the Python-Dev mailing list