Python ports

Peter Hansen peter at engcorp.com
Tue Aug 20 19:21:34 EDT 2002


Carlos Moreira wrote:
> 
> --- Erik Max Francis <max at alcyone.com> wrote:
> 
> > What do you mean by "ports"?
> 
> One time I saw one attribute that contain all
> plataforms that Python is ported (posix, mac,
> win,....) .... I can be wrong.

You might have seen sys.platform, which is not all 
the "ports" but only the current one.  I've never heard
of a list being maintained in the code of "all" the
supported platforms, but a quick "grep" would surely
tell you whether that's true or not...

-Peter



More information about the Python-list mailing list