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 Claudiu.Popa
Recipients Claudiu.Popa, georg.brandl, gruszczy, petri.lehtinen
Date 2014-10-09.19:16:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412882166.16.0.787830615405.issue11694@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a refreshed patch:

- raising_conversion_error is now raise_conversion_error
- the decorator uses functools.wraps
- the ConversionError is instantiated with the first argument of the caught expression
- the reraising of ConversionError has the exception context supressed.
History
Date User Action Args
2014-10-09 19:16:06Claudiu.Popasetrecipients: + Claudiu.Popa, georg.brandl, gruszczy, petri.lehtinen
2014-10-09 19:16:06Claudiu.Popasetmessageid: <1412882166.16.0.787830615405.issue11694@psf.upfronthosting.co.za>
2014-10-09 19:16:06Claudiu.Popalinkissue11694 messages
2014-10-09 19:16:05Claudiu.Popacreate