Message238495
| Author | serhiy.storchaka |
|---|---|
| Recipients | barry, eli.bendersky, ethan.furman, giampaolo.rodola, serhiy.storchaka |
| Date | 2015-03-19.07:17:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1426749424.83.0.994859044898.issue23325@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Currently the action parameter of signal.signal() can be SIG_DFL, SIG_IGN, or a callable Python object. Would be just a callable Python object. This is simpler. The main benefit is that they will be better look in pydoc output. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-03-19 07:17:04 | serhiy.storchaka | set | recipients: + serhiy.storchaka, barry, giampaolo.rodola, eli.bendersky, ethan.furman |
| 2015-03-19 07:17:04 | serhiy.storchaka | set | messageid: <1426749424.83.0.994859044898.issue23325@psf.upfronthosting.co.za> |
| 2015-03-19 07:17:04 | serhiy.storchaka | link | issue23325 messages |
| 2015-03-19 07:17:04 | serhiy.storchaka | create | |