New submission from ojab <o...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue12662> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com