[issue30851] IDLE: configdialog -- fix tkinter Variables

2017-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- dependencies: -IDLE: configdialog - add tests for ConfigDialog GUI. resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

[issue30851] IDLE: configdialog -- fix tkinter Variables

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 8e3f73e5499a5bc575a5e7ad4ee0f16b1aaae829 by terryjreedy in branch '3.6': [3.6] bpo-30851: IDLE: Remove unused tk variables in configdialog. (GH-2626) (#2648) https://github.com/python/cpython/commit/8e3f73e5499a5bc575a5e7ad4ee0f16b1aaae829

[issue30851] IDLE: configdialog -- fix tkinter Variables

2017-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2714 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30851] IDLE: configdialog -- fix tkinter Variables

2017-07-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset aa8d0a24694bea05061f1920ec3f944a9e6799d5 by terryjreedy (csabella) in branch 'master': bpo-30851: IDLE: Remove unused tk variables in configdialog. (#2626) https://github.com/python/cpython/commit/aa8d0a24694bea05061f1920ec3f944a9e6799d5 ---

[issue30851] IDLE: configdialog -- fix tkinter Variables

2017-07-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: After wresting with a test for #30870, I am not sure we will ever have the full tests I would like. Anyway, I concluded that the replacement of font_name is a bug. It did not matter because all pages are created before configuration is read. If any of font_

[issue30851] IDLE: configdialog -- fix tkinter Variables

2017-07-07 Thread Cheryl Sabella
Cheryl Sabella added the comment: Created the pull request so it's ready once the tests are available. -- ___ Python tracker ___ ___ P

[issue30851] IDLE: configdialog -- fix tkinter Variables

2017-07-07 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +2692 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30851] IDLE: configdialog -- fix tkinter Variables

2017-07-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- dependencies: +IDLE: configdialog - add tests for ConfigDialog GUI. ___ Python tracker ___ ___ Python-b

[issue30851] IDLE: configdialog -- fix tkinter Variables

2017-07-04 Thread Terry J. Reedy
New submission from Terry J. Reedy: As part of #30777, Cheryl Sabella listed Variables defined for a tab page, and the use thereof, in the docstring for the tab page. This revealed some anomalies. Duplicate: font_name is defined on font and highlight pages. The first StringVariable should b