[Python-Dev] PEP 11: unsupported platforms

Martin v. Loewis martin@v.loewis.de
15 Jul 2002 09:04:54 +0200


Greg Ward <gward@python.net> writes:

> The only feedback I have is consider changing the name to "Removing
> Support for Obsolete Platforms", since that's what most of the PEP is
> about.  However, since it also includes a list of those obsolete
> platforms, your title is not without merit.

I deliberately did not chose the word "obsolete platform", since this
PEP does not judge the obsoleteness of the platform: we do not
recommend to use other platforms instead, and so forth. Instead, all
this PEP says that we won't support Python anymore on those platforms,
as we believe that nobody is interested in Python on those systems
(for whatever reasons - mostly because the platform itself is dead).

Regards,
Martin