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 philwebster
Recipients JayKrish, Todd.Rovito, philwebster, terry.reedy
Date 2013-07-02.00:05:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I'm not sure if this is worth pursuing, but I made a mock Text Widget that behaves more like an actual Text Widget. I've attached my modified mock_tk.py which I used to create a mock editor window. This works for the test I made in #18279, but I am also working on a version similar to Todd's for that issue.
History
Date User Action Args
2013-07-02 00:06:00philwebstersetrecipients: + philwebster, terry.reedy, Todd.Rovito, JayKrish
2013-07-02 00:06:00philwebstersetmessageid: <[email protected]>
2013-07-02 00:06:00philwebsterlinkissue18226 messages
2013-07-02 00:06:00philwebstercreate