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, Saimadhav.Heblikar, Todd.Rovito, philwebster, python-dev, terry.reedy
Date 2014-06-06.21:43:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402090995.26.0.266745543597.issue18910@psf.upfronthosting.co.za>
In-reply-to
Content
Since all tests create a widget with widgets (or destroy it), the new patch moves root to class scope and simplifies the code a bit. It also subclasses TextViewer instead of monkey-patching it. Modules have to be monkey-patched because they cannot be 'sub-moduled'.
History
Date User Action Args
2014-06-06 21:43:15terry.reedysetrecipients: + terry.reedy, Todd.Rovito, python-dev, JayKrish, philwebster, Saimadhav.Heblikar
2014-06-06 21:43:15terry.reedysetmessageid: <1402090995.26.0.266745543597.issue18910@psf.upfronthosting.co.za>
2014-06-06 21:43:15terry.reedylinkissue18910 messages
2014-06-06 21:43:15terry.reedycreate