Message 209025 - Python tracker
Message209025
| Author | larry |
|---|---|
| Recipients | Claudiu.Popa, Yury.Selivanov, larry, michael.foord, ncoghlan, terry.reedy, yselivanov |
| Date | 2014-01-23.23:56:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1390521397.89.0.616588724718.issue17481@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
My solution for pydoc was to call isroutine() instead of isfunction(), and yes handle it throwing an exception. (I just checked, and I wasn't catching TypeError, only ValueError. I'll fix that in my next patch for #20189.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-01-23 23:56:38 | larry | set | recipients: + larry, terry.reedy, ncoghlan, michael.foord, Claudiu.Popa, Yury.Selivanov, yselivanov |
| 2014-01-23 23:56:37 | larry | set | messageid: <1390521397.89.0.616588724718.issue17481@psf.upfronthosting.co.za> |
| 2014-01-23 23:56:37 | larry | link | issue17481 messages |
| 2014-01-23 23:56:37 | larry | create | |