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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27025>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to