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 ojab
Recipients ojab
Date 2011-07-31.13:09:11
SpamBayes Score 0.009165503
Marked as misclassified No
Message-id <1312117752.5.0.933932400203.issue12662@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2011-07-31 13:09:12ojabsetrecipients: + ojab
2011-07-31 13:09:12ojabsetmessageid: <1312117752.5.0.933932400203.issue12662@psf.upfronthosting.co.za>
2011-07-31 13:09:11ojablinkissue12662 messages
2011-07-31 13:09:11ojabcreate