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.
Created on 2016年07月28日 03:04 by terry.reedy, last changed 2022年04月11日 14:58 by admin.
| Messages (2) | |||
|---|---|---|---|
| msg271486 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2016年07月28日 03:04 | |
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. |
|||
| msg297690 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2017年07月04日 23:46 | |
Htest should extract version from __file__, and module from spec, and display both. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:34 | admin | set | github: 71823 |
| 2017年07月04日 23:47:53 | terry.reedy | link | issue21624 dependencies |
| 2017年07月04日 23:46:57 | terry.reedy | set | messages:
+ msg297690 versions: + Python 3.7 |
| 2016年07月28日 03:04:28 | terry.reedy | create | |