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 miloskomarcevic
Recipients miloskomarcevic
Date 2014-03-14.14:21:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394806905.89.0.637343755468.issue20923@psf.upfronthosting.co.za>
In-reply-to
Content
It would be good if ConfigParser supported angled brackets in section names by being greedy when parsing.

For example, section:

[Test[2]_foo]

gets parsed as:

Test[2
History
Date User Action Args
2014-03-14 14:21:45miloskomarcevicsetrecipients: + miloskomarcevic
2014-03-14 14:21:45miloskomarcevicsetmessageid: <1394806905.89.0.637343755468.issue20923@psf.upfronthosting.co.za>
2014-03-14 14:21:45miloskomarceviclinkissue20923 messages
2014-03-14 14:21:45miloskomarceviccreate