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 skip.montanaro
Recipients Yavuz Selim Komur, skip.montanaro
Date 2015-06-03.12:54:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433336058.33.0.431987956465.issue24371@psf.upfronthosting.co.za>
In-reply-to
Content
What little I could find about Windows INI file syntax didn't identify the valid character set of the keys. Like other Windows-based file formats, INI seems to only be operationally defined. It wouldn't surprise me if you needed to restrict yourself to the usual identifier syntax. In regular expression terms:

    [_A-Za-z][a-zA-Z_0-9]*
History
Date User Action Args
2015-06-03 12:54:18skip.montanarosetrecipients: + skip.montanaro, Yavuz Selim Komur
2015-06-03 12:54:18skip.montanarosetmessageid: <1433336058.33.0.431987956465.issue24371@psf.upfronthosting.co.za>
2015-06-03 12:54:18skip.montanarolinkissue24371 messages
2015-06-03 12:54:17skip.montanarocreate