Message258790
| Author | terry.reedy |
|---|---|
| Recipients | serhiy.storchaka, terry.reedy |
| Date | 2016-01-22.07:02:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1453446168.52.0.638864713917.issue26177@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Bug came from https://stackoverflow.com/questions/34911069/tk-canvas-options-keys-list-empy. Bryan Oakley answered that tk.Canvas().configure().keys() does work, making sorted(x.configure.keys()) a replacement for x.keys that should work for all widgets. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-22 07:02:48 | terry.reedy | set | recipients: + terry.reedy, serhiy.storchaka |
| 2016-01-22 07:02:48 | terry.reedy | set | messageid: <1453446168.52.0.638864713917.issue26177@psf.upfronthosting.co.za> |
| 2016-01-22 07:02:48 | terry.reedy | link | issue26177 messages |
| 2016-01-22 07:02:48 | terry.reedy | create | |