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 cheryl.sabella
Recipients cheryl.sabella, terry.reedy
Date 2018-06-04.00:11:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Item 11 from #33610.
Use read-only Text instead of Label for context. 

* Change widget type from Label to Text and remove Label-only arguments.
* Add height and state arguments.
* Change widget name from self.label to self.context.
* Tests: change widget name and method for getting text.
History
Date User Action Args
2018-06-04 00:11:29cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy
2018-06-04 00:11:29cheryl.sabellasetmessageid: <[email protected]>
2018-06-04 00:11:28cheryl.sabellalinkissue33763 messages
2018-06-04 00:11:28cheryl.sabellacreate