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, ygingras
Date 2009-02-10.20:02:53
SpamBayes Score 2.3691214e-08
Marked as misclassified No
Message-id <2c51ecee0902101202y1fbfaaacr8959407dd3449294@mail.gmail.com>
In-reply-to <1233769437.94.0.760647332001.issue2204@psf.upfronthosting.co.za>
Content
> The attached patch is a proof of concept for throwing an exception.

If it is not too much of a problem, can you upload the patch to
http://codereview.appspot.com? Reviewing there is simpler. Also, you
will have to include some test cases in the patch.

> As discussed on the mailing list [1], it has some shortcomings that
> should be addressed before it is merged.

I think that the builder interface already has correct behaviour in
that duplicate sections are not allowed. So you can have
'unique_sections' control only parser interface and can set it to
False by default (to be compatible with current behaviour).

> [1]: http://mail.python.org/pipermail/python-dev/2009-

Correct discussion link:
http://mail.python.org/pipermail/python-dev/2009-February/085838.html
History
Date User Action Args
2009-02-10 20:02:55draghuramsetrecipients: + draghuram, georg.brandl, orsenthil, ygingras
2009-02-10 20:02:53draghuramlinkissue2204 messages
2009-02-10 20:02:53draghuramcreate