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 markm
Recipients cgohlke, cmcqueen1975, fberger, janssen, markm, termim
Date 2011-03-27.09:58:50
SpamBayes Score 4.020404e-05
Marked as misclassified No
Message-id <1301219931.84.0.556371822822.issue7639@psf.upfronthosting.co.za>
In-reply-to
Content
Following up from my comment in issue1128, please find the patch msilib.make_id_fix_and_tests.patch

This improves the make_id() function in the following way:
 - ensures that NO invalid identifier characters make it through (it does this by only including good characters rather than filtering out some bad characters). The list of bad characters is immense (most unicode characters!) while the list of acceptable characters is limited.

This also adds some tests.
History
Date User Action Args
2011-03-27 09:58:51markmsetrecipients: + markm, janssen, termim, cmcqueen1975, cgohlke, fberger
2011-03-27 09:58:51markmsetmessageid: <1301219931.84.0.556371822822.issue7639@psf.upfronthosting.co.za>
2011-03-27 09:58:50markmlinkissue7639 messages
2011-03-27 09:58:50markmcreate