This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients python-dev, rhettinger, serhiy.storchaka, terry.reedy
Date 2016-06-19.17:11:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466356284.24.0.856890934051.issue27025@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2016-06-19 17:11:24terry.reedysetrecipients: + terry.reedy, rhettinger, python-dev, serhiy.storchaka
2016-06-19 17:11:24terry.reedysetmessageid: <1466356284.24.0.856890934051.issue27025@psf.upfronthosting.co.za>
2016-06-19 17:11:24terry.reedylinkissue27025 messages
2016-06-19 17:11:23terry.reedycreate