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 eric.araujo
Recipients Gumnos, eric.araujo
Date 2010-05-08.22:04:05
SpamBayes Score 0.0017880268
Marked as misclassified No
Message-id <1273356247.69.0.333313503288.issue8666@psf.upfronthosting.co.za>
In-reply-to
Content
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!
History
Date User Action Args
2010-05-08 22:04:07eric.araujosetrecipients: + eric.araujo, Gumnos
2010-05-08 22:04:07eric.araujosetmessageid: <1273356247.69.0.333313503288.issue8666@psf.upfronthosting.co.za>
2010-05-08 22:04:05eric.araujolinkissue8666 messages
2010-05-08 22:04:05eric.araujocreate