O.C. <oc-spa...@laposte.net> added the comment:

Hello,

I read the proposed patch "event_generate__data2.diff" and the Tcl/Tk manual 
http://www.tcl.tk/man/tcl8.5/TkCmd/bind.htm#M24

* Could you please also add a field "e.user_data" ? This would simply be a copy 
of 'd' :
---
e.detail = d
e.user_data = d
---
My reasoning is that the Tcl/Tk manual mentions the two names "detail" and 
"user_data". However, "user_data" may often be preferred because it has a clear 
meaning, whereas "detail" is quite vague.

* I did not understand why you try to get a widget reference from the "%d" 
field. Is it supposed to contain a widget name at some point ? According to the 
manual (and if I understood it well), it should never. 

Best regards,

O.C.

----------
nosy: +dghjfrdj

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3405>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to