Mark Mc Mahon <mtnbikingm...@gmail.com> added the comment:

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.

----------
nosy: +markm -python-dev
Added file: http://bugs.python.org/file21425/msilib.make_id_fix_and_tests.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7639>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to