Does this already exists?: A module that checks if the used platform is supported
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Wed Mar 10 20:37:01 EST 2010
En Wed, 10 Mar 2010 10:54:27 -0300, Martin P. Hellwig
<martin.hellwig at dcuktec.org> escribió:
> Before I start reinventing a squared wheel, I have the following
> question:
> Is there already a (standard) module that wraps around the various
> os/sys information which checks if the platform + version is supported
> for what I want to do with it.
In case you were not aware of it: see the platform module. But you'll have
to do the checks yourself (based on the info it returns).
--
Gabriel Genellina
More information about the Python-list
mailing list