Message 228943 - Python tracker
Message228943
| Author | terry.reedy |
|---|---|
| Recipients | RusiMody, kbk, python-dev, roger.serwy, serhiy.storchaka, taleinat, terry.reedy |
| Date | 2014-10-10.02:50:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1412909439.22.0.0661814657755.issue20167@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The problem is the change in the exception message between these two lines can't invoke "bind" command: application has been destroyed can't invoke "bind" command: application has been destroyed In your copy of MultiCall.py, line 63-4, change APPLICATION_GONE = '''\ can't invoke "bind" command: application has been destroyed''' by changing ' ' to ' '. I will reduce the string to "application has been destroyed" and the check from equality to containment. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-10-10 02:50:39 | terry.reedy | set | recipients: + terry.reedy, kbk, taleinat, roger.serwy, RusiMody, python-dev, serhiy.storchaka |
| 2014-10-10 02:50:39 | terry.reedy | set | messageid: <1412909439.22.0.0661814657755.issue20167@psf.upfronthosting.co.za> |
| 2014-10-10 02:50:39 | terry.reedy | link | issue20167 messages |
| 2014-10-10 02:50:38 | terry.reedy | create | |