[Python-ideas] Determine Windows version in platform module
Giampaolo Rodola'
g.rodola at gmail.com
Fri Dec 27 19:18:28 CET 2013
Today I was looking for a way to determine whether I was on Windows >=
Vista and couldn't find anything so I came up with this [1].
That led me to think about platform module.
Honestly I can't see the usefulness of it as it doesn't give you any usable
API to figure out what platform version you're on.
As such would something like [1] be acceptable for inclusion?
[1]
http://stackoverflow.com/questions/12471772/what-is-better-way-of-getting-windows-version-in-python/20804735#20804735
--- Giampaolo
https://code.google.com/p/psutil/
https://code.google.com/p/pyftpdlib/
https://code.google.com/p/pysendfile/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20131227/9bc10a80/attachment.html>
More information about the Python-ideas
mailing list