]> granicus.if.org Git - python/commit
Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 27 Jun 2016 02:05:10 +0000 (22:05 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 27 Jun 2016 02:05:10 +0000 (22:05 -0400)
commit68a53c5d3964ae2f4658491822f83cf36510f39b
tree6124e372ec80523d1718af3882c1b811febf67c5
parent754a5c1a1d8cf0b3d61fb4552c57350b0d849089
Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass
SectionName.  These split class GetCfgSectionNameDialog from
configSectionNameDialog.py, temporarily renamed config_sec.py in 3.7.9a2.
More Query subclasses are planned.
Lib/idlelib/config_sec.py [deleted file]
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/htest.py
Lib/idlelib/idle_test/test_config_sec.py [deleted file]
Lib/idlelib/idle_test/test_query.py [new file with mode: 0644]
Lib/idlelib/query.py [new file with mode: 0644]