Message 288792 - Python tracker
Message288792
| 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:11 | vstinner | set | recipients: + vstinner, Oren Milman |
| 2017-03-02 10:05:11 | vstinner | set | messageid: <1488449111.77.0.323175295288.issue28261@psf.upfronthosting.co.za> |
| 2017-03-02 10:05:11 | vstinner | link | issue28261 messages |
| 2017-03-02 10:05:11 | vstinner | create | |