[issue12662] Allow configparser to process suplicate options

ojab report at bugs.python.org
Sun Jul 31 15:09:12 CEST 2011


New submission from ojab <ojab at ojab.ru>:

Allow configparser to process duplicate options, just concatenating it's values, so using file

[sect1]
opt1=asd;
opt2=qwe
opt1=fgs

we will have config['sect1']['opt1'] == 'asd;fgs'

----------
components: Library (Lib)
messages: 141463
nosy: ojab
priority: normal
severity: normal
status: open
title: Allow configparser to process suplicate options
type: feature request
versions: Python 3.3

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


More information about the Python-bugs-list mailing list