[issue3410] platform.version() don't work as expected in Vista in portuguese
Ezio Melotti
report at bugs.python.org
Mon Jul 6 13:59:27 CEST 2009
Ezio Melotti <ezio.melotti at gmail.com> added the comment:
According to Google Translate, in Vietnamese 'Version' is 'Phiên bản'.
If this is true both \S+ and \w+ will fail.
I also noticed a few more regex (namely _release_filename,
_lsb_release_version and _release_version) which contain the words
'version' and 'release' and may fail if these are translated.
I guess I'll have to check with some live cd (since these regex are used
for Linux apparently) and some other language to see if it works.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3410>
_______________________________________
More information about the Python-bugs-list
mailing list