[issue27388] IDLE configdialog: reduce multiple references to Var names

2020-06-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.10 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue27388] IDLE configdialog: reduce multiple references to Var names

2017-06-21 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: -2354 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue27388] IDLE configdialog: reduce multiple references to Var names

2017-06-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: I moved PR 2307 to a new issue, #30728 Modernize configdialog. My comment that internal Var names "can lowercased (PEP8) and otherwised changed" was anticipating such an issue. The point for this issue was to contrast Var names with the cross-version config n

[issue27388] IDLE configdialog: reduce multiple references to Var names

2017-06-20 Thread Cheryl Sabella
Cheryl Sabella added the comment: Created a pull request for this - "The varnames, like method names, are internal to configdialog and can lowercased (PEP8) and otherwised changed." -- nosy: +csabella ___ Python tracker

[issue27388] IDLE configdialog: reduce multiple references to Var names

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

[issue27388] IDLE configdialog: reduce multiple references to Var names

2017-06-19 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- components: +IDLE ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue27388] IDLE configdialog: reduce multiple references to Var names

2016-06-25 Thread Terry J. Reedy
New submission from Terry J. Reedy: ConfigDialog uses nearl 20 tkinter Vars, and I expect to add more. The name of each appears in at least 6 places. In one of 'create tab frame' methods: 1. create the Var 2. use the Var with at least 1 tk widget In AttachVarCallbacks method: 3, 4. attach trac