[issue27025] More human readable generated widget names

Terry J. Reedy report at bugs.python.org
Sun Jun 19 13:11:24 EDT 2016


Terry J. Reedy added the comment:

The change is a super great idea (see below), but I now think (my suggestion of) '`' is a bad idea because it conflicts with the use of '`' as markup for code and output, as in rst and stackoverflow.

https://stackoverflow.com/questions/37904750/tkinter-tclerror-invalid-command-name-54600176-error-what-is-going-on basically asks

What does '''_tkinter.TclError: invalid command name ".54600176"''' mean?

In my comment to the answer, I noted that 3.6.0a2 now says '''invalid command name ".`label"'''.  I wanted to write `invalid command name ".`label"` to quote it properly, SO style, but this would not work.  So I suggest we invoke your last comment and instead try '^' (or even '~' or '-' if you prefer).

----------

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


More information about the Python-bugs-list mailing list