Issue 15346: Tkinter extention modules have no documentation (original) (raw)

Created on 2012-07-13 16:47 by weirdink13, last changed 2022-04-11 14:57 by admin.

Messages (6)
msg165392 - (view) Author: Daniel Swanson (weirdink13) Date: 2012-07-13 16:47
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.
msg168316 - (view) Author: Daniel Swanson (weirdink13) Date: 2012-08-15 19:12
For that matter, none of the following have docs: tkinter.colorchooser tkinter.commondialog tkinter.filedialog tkinter.font tkinter.messagebox tkinter.simpledialog tkinter.dnd Perhaps this should be remidied? One sentence usualy does not describe the use of an entire module.
msg176966 - (view) Author: Daniel Swanson (weirdink13) Date: 2012-12-05 01:17
We could at least put links to some documentation.
msg176973 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2012-12-05 08:54
Patch is welcome!
msg177045 - (view) Author: Daniel Swanson (weirdink13) Date: 2012-12-06 15:12
There is documentation of these modules, it's just that it's in the modules themselves.
msg251631 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2015-09-26 03:04
I opened #25237 for commondialog, messagebox, and colorchooser.
History
Date User Action Args
2022-04-11 14:57:32 admin set github: 59551
2017-04-30 12:05:43 martin.panter set dependencies: + No Documentation on tkinter dnd module
2015-09-26 03:04:59 terry.reedy set versions: + Python 3.5, Python 3.6, - Python 2.6, Python 3.1, Python 3.2, Python 3.3nosy: + terry.reedymessages: + dependencies: + Add doc for tkinter commondialog.Dialog and subclasses
2012-12-06 15:12:29 weirdink13 set messages: +
2012-12-05 08:54:15 asvetlov set messages: +
2012-12-05 01:17:51 weirdink13 set messages: +
2012-11-17 14:17:27 asvetlov set nosy: + asvetlov
2012-11-16 15:32:34 weirdink13 set status: languishing -> open
2012-11-16 15:15:38 weirdink13 set status: open -> languishing
2012-08-15 19:13:23 weirdink13 set title: Tkinter extention modules no documentation -> Tkinter extention modules have no documentation
2012-08-15 19:12:49 weirdink13 set type: enhancementmessages: + title: Tkinter dnd has no documentation -> Tkinter extention modules no documentation
2012-07-13 16:47:26 weirdink13 create