Message192983
I documented and left most of the 'pass' methods. The bind method is inherited from Misc class and is not specifically a Text method, but I will leave it here for now. These
def undo_block_start(self, *args):
pass
def undo_block_stop(self, *args):
pass
are not Text methods, so I removed them. We can discuss what you intended as part of the FormatParagraph issue. |
|
| Date |
User |
Action |
Args |
| 2013-07-13 00:20:21 | terry.reedy | set | recipients:
+ terry.reedy, Todd.Rovito, python-dev, JayKrish, philwebster |
| 2013-07-13 00:20:21 | terry.reedy | set | messageid: <[email protected]> |
| 2013-07-13 00:20:21 | terry.reedy | link | issue18365 messages |
| 2013-07-13 00:20:21 | terry.reedy | create | |
|