Bruno Dupuis added the comment: Patch attached.
I just exposed _setoption() as process_option() so that the user can manage execptions as she wants but she has to make his own loop. `_OptionError` is exposed as `WarningsOptParsingError`. I'm not satisfied with this name as it is quite long and it contains "Warning" which is bad for something that raise and is not actually a warning. If someone has a better idea... Anyway, I wrote a test case, and I'll write a short reciepe in the doc when the patch is good. It's my very first patch for Python. Be rude, please :) ---------- keywords: +patch nosy: +lisael Added file: http://bugs.python.org/file28153/warnings_opt_parse_API.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7976> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com