E. Paine <paineeli...@gmail.com> added the comment:

I think I have fixed the problem with the 'data' attribute (and related 
getlist_event method) by exposing two event data attributes. One of these is a 
'data_raw' attribute intended for use with text-based drops and the other is a 
'data_split' intended for file drops (see the new docs for details).

My original idea was to expose the 'tkapp.splitlist' method and just give them 
the content of what is now the 'data_raw' attribute. However, 
I decided that should be avoided and so settled on the current implementation 
of two new attributes.

Thanks everyone for the effort you have already put into this and I know that 
there is a lot added in this PR but I would really appreciate some reviews to 
get it to a more commit-ready state (there is inevitably lots to be improved - 
I also apologise for saying 'appreciate' in almost every message :-).

----------

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

Reply via email to