Re: platform system may be Windows or Microsoft since Vista



On Aug 31, 9:47 am, p.lava...@xxxxxxxx wrote:
Let's suppose you get Python for Vista Windows today fromhttp://www.python.org/download/.

Should you then conclude that the tests:

if platform.system() in ('Windows', 'Microsoft'):
if not (platform.system() in ('Windows', 'Microsoft')):

Good analysis. Log a bug @ bugs.python.org

-Mike

.