[issue3410] platform.version() don't work as expected in Vista in portuguese

Marc-Andre Lemburg report at bugs.python.org
Sat Jul 4 14:52:59 CEST 2009


Marc-Andre Lemburg <mal at egenix.com> added the comment:

Ezio Melotti wrote:
> Ezio Melotti <ezio.melotti at gmail.com> added the comment:
> 
> I tried platform.version() on a non-English Vista and XP and I got
> '32bit' for Vista and '5.1.2600' for XP. With platform.platform() I got
> 'Windows-32bit-SP2' on Vista and 'Windows-XP-5.1.2600-SP2' on XP.

Could you please run the platform function win32_ver() through
a debugger and check why it doesn't return "Vista". That function
does have support for Vista.

----------
title: platform.version() don't work as expected in Vista in portuguese -> platform.version() don't work as expected in Vista in	portuguese

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3410>
_______________________________________


More information about the Python-bugs-list mailing list