[issue25237] Add doc for tkinter commondialog.Dialog and subclasses

2019-09-10 Thread Julien Palard
Change by Julien Palard : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___

[issue25237] Add doc for tkinter commondialog.Dialog and subclasses

2019-09-10 Thread Julien Palard
Julien Palard added the comment: New changeset 80428ed4e19b31071433806b4d89465c88e084c6 by Julien Palard (Nikhil) in branch 'master': bpo-25237: Documentation for tkinter modules (GH-1870) https://github.com/python/cpython/commit/80428ed4e19b31071433806b4d89465c88e084c6 -- nosy: +md

[issue25237] Add doc for tkinter commondialog.Dialog and subclasses

2018-06-02 Thread Nikhil Patel
Nikhil Patel added the comment: PR to add documentation still up-to-date and all checks successful just pending review -- assignee: -> docs@python components: +Documentation nosy: +docs@python ___ Python tracker

[issue25237] Add doc for tkinter commondialog.Dialog and subclasses

2017-05-30 Thread Nikhil Patel
Nikhil Patel added the comment: I've written rst files containing documentation for the tkinter modules and submitted a PR. Attempted to mimic the wording as well as style of existing documentation to keep it consistent. -- nosy: +npatel ___ Python

[issue25237] Add doc for tkinter commondialog.Dialog and subclasses

2017-05-30 Thread Nikhil Patel
Changes by Nikhil Patel : -- pull_requests: +1953 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue25237] Add doc for tkinter commondialog.Dialog and subclasses

2015-09-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: Side issue: Dialog has this: # we need a dummy widget to properly process the options # (at least as long as we use Tkinter 1.63) w = Frame(self.master) Do you know what 'Tkinter 1.63' refers to? In 2.7, Tkinter.__version__ is '$Revisio

[issue25237] Add doc for tkinter commondialog.Dialog and subclasses

2015-09-25 Thread Terry J. Reedy
New submission from Terry J. Reedy: As noted in #15346, several modules are not documented except in the code. Having just had to do that for #25173, I would like there to be a page for commondialog.Dialog and its subclasses, messagebox.Message and colorchooser.Chooser, and the associated mod