[docs] [issue30210] No Documentation on tkinter dnd module

Anthony Flury report at bugs.python.org
Sat Apr 29 14:46:02 EDT 2017


New submission from Anthony Flury:

There is a level of drag and drop support within the tkinter package - namely the tkinter.dnd module. However there is no documentation at this time about drag and drop either on docs.python.org or on the tkinter reference manual.

The only documentation available is via the help command in the python console. or by reading the source code - neither of which are the first point of call for documentation.

----------
assignee: docs at python
components: Documentation
messages: 292596
nosy: anthony-flury, docs at python
priority: normal
severity: normal
status: open
title: No Documentation on tkinter dnd module
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30210>
_______________________________________


More information about the docs mailing list