This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients ezio.melotti, lemburg, portella
Date 2009-07-04.12:52:57
SpamBayes Score 0.00066047
Marked as misclassified No
Message-id <4A4F50A8.107@egenix.com>
In-reply-to <1246705536.98.0.789305583116.issue3410@psf.upfronthosting.co.za>
Content
Ezio Melotti wrote:
> Ezio Melotti <ezio.melotti@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.
History
Date User Action Args
2009-07-04 12:52:59lemburgsetrecipients: + lemburg, ezio.melotti, portella
2009-07-04 12:52:57lemburglinkissue3410 messages
2009-07-04 12:52:57lemburgcreate