Message 267592 - Python tracker
Message267592
| Author | serhiy.storchaka |
|---|---|
| Recipients | JelleZijlstra, brett.cannon, martin.panter, serhiy.storchaka |
| Date | 2016-06-07.04:54:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1465275279.27.0.577727299593.issue27238@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Thanks Brett and Martin. Jelle, I think it would be safer to use "except Exception" here. "except (TypeError, ValueError):" is not enough. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-06-07 04:54:39 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, martin.panter, JelleZijlstra |
| 2016-06-07 04:54:39 | serhiy.storchaka | set | messageid: <1465275279.27.0.577727299593.issue27238@psf.upfronthosting.co.za> |
| 2016-06-07 04:54:39 | serhiy.storchaka | link | issue27238 messages |
| 2016-06-07 04:54:39 | serhiy.storchaka | create | |