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 vstinner
Recipients Oren Milman, vstinner
Date 2017-03-02.10:05:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488449111.77.0.323175295288.issue28261@psf.upfronthosting.co.za>
In-reply-to
Content
I dislike passing a error message in the function name. I suggest to instead raise a new exception with a better error message and chain it with the previous exception.
History
Date User Action Args
2017-03-02 10:05:11vstinnersetrecipients: + vstinner, Oren Milman
2017-03-02 10:05:11vstinnersetmessageid: <1488449111.77.0.323175295288.issue28261@psf.upfronthosting.co.za>
2017-03-02 10:05:11vstinnerlinkissue28261 messages
2017-03-02 10:05:11vstinnercreate