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 ezio.melotti
Recipients ezio.melotti, lemburg, portella
Date 2009-07-06.10:54:46
SpamBayes Score 3.322573e-05
Marked as misclassified No
Message-id <1246877689.17.0.0756175055702.issue3410@psf.upfronthosting.co.za>
In-reply-to
Content
Won't that fail with Windows versions in Japanese, Chinese, Arab and
similar?
If 'Version' is translated in all the languages as a single word and
it's between whitespaces (or even between a [ and a space), \S+ should
be safe enough, otherwise \w+ with the re.U flag should work.
History
Date User Action Args
2009-07-06 10:54:49ezio.melottisetrecipients: + ezio.melotti, lemburg, portella
2009-07-06 10:54:49ezio.melottisetmessageid: <1246877689.17.0.0756175055702.issue3410@psf.upfronthosting.co.za>
2009-07-06 10:54:47ezio.melottilinkissue3410 messages
2009-07-06 10:54:46ezio.melotticreate