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 loewis
Recipients ajaksu2, loewis, ntai, terry.reedy
Date 2011-06-26.20:19:29
SpamBayes Score 6.945555e-13
Marked as misclassified No
Message-id <4E079450.2040004@v.loewis.de>
In-reply-to <1309118962.6.0.85773573468.issue5895@psf.upfronthosting.co.za>
Content
> Martin: PEP 11 lists platforms no-longer supported, but does not list
> those that are.

You mean, "doesn't list the platforms that are still supported"?

That's on purpose: the point of PEP 11 is to warn current users about
forthcoming changes, not to track support status for specific platforms.

> For writing/reviewing patches like this, it would be
> helpful if it did. Is __hpux __ia64 a supported platform, so that
> this would be a legal patch? With the OP apparently not interested,
> there seems to be no one to test such patches.

Python never worked really well on HP-UX, but it worked in some form
for a long time. Don't know whether that makes it a "supported
platform". Accepting patches for HP-UX is fine with me. It would be
better if some committer could confirm that the patch actually works,
and also confirm that it doesn't break other releases of HP-UX.
History
Date User Action Args
2011-06-26 20:19:30loewissetrecipients: + loewis, terry.reedy, ajaksu2, ntai
2011-06-26 20:19:30loewislinkissue5895 messages
2011-06-26 20:19:29loewiscreate