[New-bugs-announce] [issue27636] Refactor IDLE htest

Terry J. Reedy report at bugs.python.org
Wed Jul 27 23:04:28 EDT 2016


New submission from Terry J. Reedy:

idlelib.idle_test.htest
Extract a App(Tk) subclass from run function and nested function.  Pass that as master instead of bare root. Extract HTest(Toplevel) class with the common code in files with an htest function.  Attach HTest to App as an attribute so htest functions can instantiate or subclass.

----------
assignee: terry.reedy
components: IDLE
messages: 271486
nosy: terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: Refactor IDLE htest
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27636>
_______________________________________


More information about the New-bugs-announce mailing list