[New-bugs-announce] [issue33763] IDLE: Use text widget for code context instead of label widget

Cheryl Sabella report at bugs.python.org
Sun Jun 3 20:11:29 EDT 2018


New submission from Cheryl Sabella <cheryl.sabella at gmail.com>:

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.

----------
assignee: terry.reedy
components: IDLE
messages: 318588
nosy: cheryl.sabella, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE: Use text widget for code context instead of label widget
type: enhancement
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33763>
_______________________________________


More information about the New-bugs-announce mailing list