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 draghuram
Recipients draghuram, georg.brandl, orsenthil
Date 2008-02-29.15:47:53
SpamBayes Score 0.106902
Marked as misclassified No
Message-id <2c51ecee0802290747m2c6411b5h670e9517409c8feb@mail.gmail.com>
In-reply-to <1204237897.16.0.790034962439.issue2204@psf.upfronthosting.co.za>
Content
>  Should this 'undesirable' behavior be documented? My thoughts are

Document should definitely reflect the code whether the behaviour is
desirable or not.

>  a) All the key,value pairs in the named section be retrived from entire
>  file. Just appending the dict.

Isn't this what is happening now unless I am not following you?

>  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.

I have no problem with throwing an exception in case of duplicate
sections but I don't think that can be done by default (it may break
some programs).
History
Date User Action Args
2008-02-29 15:47:55draghuramsetspambayes_score: 0.106902 -> 0.106902
recipients: + draghuram, georg.brandl, orsenthil
2008-02-29 15:47:54draghuramlinkissue2204 messages
2008-02-29 15:47:53draghuramcreate