Message268594
Code looks good, just a couple of comments.
But I am puzzled by string return before patch
>>> tv.selection()
''
versus tuple return after patch (which seems correct).
>>> tv.selection()
() |
|
| Date |
User |
Action |
Args |
| 2016-06-15 00:09:14 | terry.reedy | set | recipients:
+ terry.reedy, serhiy.storchaka |
| 2016-06-15 00:09:14 | terry.reedy | set | messageid: <1465949354.06.0.529156490062.issue27319@psf.upfronthosting.co.za> |
| 2016-06-15 00:09:14 | terry.reedy | link | issue27319 messages |
| 2016-06-15 00:09:13 | terry.reedy | create | |
|