Skip Montanaro <skip@pobox.com> writes: > I find it hard to believe Python actually still builds on Minix. On the > other hand, I don't see it mentioned in PEP 11. Python's configure.in still as AC_MINIX, but I agree that that it is likely broken. Under PEP 11, we have to keep the support code in Python 2.3, and can only start removing it in Python 2.4. I've updated PEP 11 accordingly. Regards, Martin