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

Terry J. Reedy report at bugs.python.org
Wed Jun 21 20:04:25 EDT 2017


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 names that we must not change.

I don't expect anyone else to fully understand this without a couple of hours of code study.

Once #22115 was merged, I could have gone ahead.  Since I did not, I should now wait for at least part of PR 2307 and #30728 since the patch for this would break parts of the existing new patch.  I could work on a new test though.

----------
dependencies: +Add new methods to trace Tkinter variables

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


More information about the Python-bugs-list mailing list