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 JayKrish, Todd.Rovito, philwebster, python-dev, terry.reedy
Date 2013-07-13.00:20:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373674821.52.0.985735885389.issue18365@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-07-13 00:20:21terry.reedysetrecipients: + terry.reedy, Todd.Rovito, python-dev, JayKrish, philwebster
2013-07-13 00:20:21terry.reedysetmessageid: <1373674821.52.0.985735885389.issue18365@psf.upfronthosting.co.za>
2013-07-13 00:20:21terry.reedylinkissue18365 messages
2013-07-13 00:20:21terry.reedycreate