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 weirdink13
Recipients docs@python, weirdink13
Date 2012-07-13.16:47:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342198047.2.0.619885102312.issue15346@psf.upfronthosting.co.za>
In-reply-to
Content
The title should be self explanatory.
I needed Drag-and-drop for a project I was working on, (maybe I shouldn't be refering to it in the past tense as I haven't started yet) so I checked the documentation for tkinter and found:
3.3.0 b1
tkinter.dnd 
Drag-and-drop support for tkinter. This is experimental and should become deprecated when it is replaced with the Tk DND.

3.2.2 (and .2.3)
tkinter.dnd 
Drag-and-drop support for tkinter. This is experimental and should become deprecated when it is replaced with the Tk DND. 

2.7.3
Tkdnd 
Drag-and-drop support for Tkinter. This is experimental and should become deprecated when it is replaced with the Tk DND.

I think that tkinter.dnd needs some documentation, whether or not it is replaced with Tk DND.
History
Date User Action Args
2012-07-13 16:47:27weirdink13setrecipients: + weirdink13, docs@python
2012-07-13 16:47:27weirdink13setmessageid: <1342198047.2.0.619885102312.issue15346@psf.upfronthosting.co.za>
2012-07-13 16:47:26weirdink13linkissue15346 messages
2012-07-13 16:47:26weirdink13create