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 trash80
Recipients draghuram, georg.brandl, orsenthil, trash80, ygingras
Date 2009-08-29.03:40:57
SpamBayes Score 2.6426255e-08
Marked as misclassified No
Message-id <1251517258.67.0.979304782705.issue2204@psf.upfronthosting.co.za>
In-reply-to
Content
I am using configparser after combining 3 or so ini files, I would like
to merge similar sections rather than throwing an exception.  Right now
I have to make sure the ini files all have unique sections, but I would
like to able to use same section names, then combine the files and have
the sections merged.  Even merging the variables within sections would
be nice.

Throwing an exception, imho, is no the right direction.  Even in same
name sections are in the same file, the variables where introduced for a
reason.

Or maybe a trigger option ie action=merge or action=flag.
History
Date User Action Args
2009-08-29 03:40:59trash80setrecipients: + trash80, georg.brandl, orsenthil, draghuram, ygingras
2009-08-29 03:40:58trash80setmessageid: <1251517258.67.0.979304782705.issue2204@psf.upfronthosting.co.za>
2009-08-29 03:40:57trash80linkissue2204 messages
2009-08-29 03:40:57trash80create