Martin v. Löwis <mar...@v.loewis.de> added the comment: > 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. ---------- title: socketmodule.c on HPUX ia64 without _XOPEN_SOURCE_EXTENDED compiles incorrectly -> socketmodule.c on HPUX ia64 without _XOPEN_SOURCE_EXTENDED compiles incorrectly _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5895> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com