Message 63110 - Python tracker

Message63110

Author orsenthil
Recipients draghuram, georg.brandl, orsenthil
Date 2008-02-28.22:31:35
SpamBayes Score 0.3184402
Marked as misclassified No
Message-id <1204237897.16.0.790034962439.issue2204@psf.upfronthosting.co.za>
In-reply-to
Content
Should this 'undesirable' behavior be documented? My thoughts are
a) All the key,value pairs in the named section be retrived from entire
file. Just appending the dict.
Otherwise, 
b) An Exception can be thrown if it encounters an invalid Configfile
having multiple same sections which can cause problem, but I cannot
readily think of one such case.

What do others think?

Thanks,
Senthil
History
Date User Action Args
2008-02-28 22:31:37orsenthilsetspambayes_score: 0.31844 -> 0.3184402
recipients: + orsenthil, georg.brandl, draghuram
2008-02-28 22:31:37orsenthilsetspambayes_score: 0.31844 -> 0.31844
messageid: <1204237897.16.0.790034962439.issue2204@psf.upfronthosting.co.za>
2008-02-28 22:31:36orsenthillinkissue2204 messages
2008-02-28 22:31:36orsenthilcreate