[New-bugs-announce] [issue20923] ConfigParser should be greedy when parsing section name

Miloš Komarčević report at bugs.python.org
Fri Mar 14 15:21:45 CET 2014


New submission from Miloš Komarčević:

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

----------
messages: 213554
nosy: miloskomarcevic
priority: normal
severity: normal
status: open
title: ConfigParser should be greedy when parsing section name
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20923>
_______________________________________


More information about the New-bugs-announce mailing list