
report at bugs
Jul 4, 2009, 4:05 AM
Views: 153
Permalink
|
|
[issue3410] platform.version() don't work as expected in Vista in portuguese
|
|
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. ---------- nosy: +ezio.melotti priority: -> normal versions: +Python 2.7 -Python 2.5 _______________________________________ Python tracker <report[at]bugs.python.org> <http://bugs.python.org/issue3410> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|