Éric Araujo <mer...@netwok.org> added the comment: I don’t know if this feature request should be discussed on python-ideas first. Do you have real use cases for this, is it just a nice-to-have thing?
If it’s accepted, I have some remarks about the patch: - 2.7 is feature-frozen, so you’ll need to target the py3k branch. (Do we need to put a big warning somewhere?) Practically, this means that “ValueError, thing” should be “ValueError(thing)”. - Lone parens or “):” on a line are not pretty. - Some indentation after a linebreak do not comply with PEP 8 (e.g., do def function(argument, argument, indent after parens column, end): Thanks for your submission! ---------- nosy: +merwok stage: unit test needed -> _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8666> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com