This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients serhiy.storchaka, terry.reedy
Date 2016-06-15.00:09:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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()
()
History
Date User Action Args
2016-06-15 00:09:14terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2016-06-15 00:09:14terry.reedysetmessageid: <[email protected]>
2016-06-15 00:09:14terry.reedylinkissue27319 messages
2016-06-15 00:09:13terry.reedycreate