Message 111417 - Python tracker (original) (raw)

Message111417

Author lukasz.langa
Recipients draghuram, georg.brandl, honesthacker, lukasz.langa, orsenthil, trash80, ygingras
Date 2010-07-24.02:17:25
SpamBayes Score 0.026564859
Marked as misclassified No
Message-id 1279937846.57.0.59906201881.issue2204@psf.upfronthosting.co.za
In-reply-to
Content
I personally would keep the current behaviour so that: - creating a duplicate section programatically invokes an error - reading a file which has duplicate sections causes an implicit merge without any exceptions This is quite understandable, more so when you consider how ConfigParser merges configuration from multiple sources as well. Brett, the only thing I guess we could do here is to adjust the documentation so it's more clear on the default behaviour.
History
Date User Action Args
2010-07-24 02:17:27 lukasz.langa set recipients: + lukasz.langa, georg.brandl, orsenthil, draghuram, ygingras, trash80, honesthacker
2010-07-24 02:17:26 lukasz.langa set messageid: 1279937846.57.0.59906201881.issue2204@psf.upfronthosting.co.za
2010-07-24 02:17:25 lukasz.langa link issue2204 messages
2010-07-24 02:17:25 lukasz.langa create