Message265656
| Author |
terry.reedy |
| Recipients |
serhiy.storchaka, terry.reedy |
| Date |
2016-05-15.23:45:11 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1463355911.29.0.667595027839.issue27025@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
Ah, the patch makes it clear. Tkinter is already generating a name to submit to tk, and you are proposing to replace using the Python id for that purpose. +1.
I also notice that duplicate names cause the old tk widget to be destroyed even if the Python instance is not. Knowing that, I agree with the leading underscore to minimize interference. The consequence of collision and the new default should both be documented somehow. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2016-05-15 23:45:11 | terry.reedy | set | recipients:
+ terry.reedy, serhiy.storchaka |
| 2016-05-15 23:45:11 | terry.reedy | set | messageid: <1463355911.29.0.667595027839.issue27025@psf.upfronthosting.co.za> |
| 2016-05-15 23:45:11 | terry.reedy | link | issue27025 messages |
| 2016-05-15 23:45:11 | terry.reedy | create | |
|