En Wed, 10 Mar 2010 10:54:27 -0300, Martin P. Hellwig
<martin.hell...@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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to