[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-07-05 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-07-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: Unlinked bogus revert message. configdialog still has new docstrings. -- ___ Python tracker ___ ___

[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-07-05 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- Removed message: http://bugs.python.org/msg297741 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-07-05 Thread STINNER Victor
STINNER Victor added the comment: New changeset 8207c17486baece8ed0ac42d9f8d69ecec4ba7e4 by Victor Stinner in branch 'master': Revert "bpo-30822: Fix testing of datetime module." (#2588) https://github.com/python/cpython/commit/8207c17486baece8ed0ac42d9f8d69ecec4ba7e4 -- nosy: +haypo

[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-07-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___

[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-07-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset e5bb112ba2048cb3ea19481a7b38fe1433c5a7ef by terryjreedy in branch '3.6': [3.6] bpo-30777: IDLE: configdialog - add docstrings and improve comments (GH-2440) (#2577) https://github.com/python/cpython/commit/e5bb112ba2048cb3ea19481a7b38fe1433c5a7ef

[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-07-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2649 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-07-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2647 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-07-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2646 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-07-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 7eb5883ac59833bf63f0e1f7fb95671a1ac1ee08 by terryjreedy (csabella) in branch 'master': bpo-30777: IDLE: configdialog - add docstrings and improve comments (#2440) https://github.com/python/cpython/commit/7eb5883ac59833bf63f0e1f7fb95671a1ac1ee08

[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-06-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Louie, perhaps you would like to review the PR, especially the comment revisions responding to your comments. -- ___ Python tracker ___ ___

[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-06-27 Thread Cheryl Sabella
Cheryl Sabella added the comment: I've made a PR for the docstrings and comments. I didn't change any of the comments separating the sections in the create* functions as I wasn't sure how you wanted those changed. When reading the code, I found the comments helpful in that they separated eac

[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-06-27 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +2489 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-06-26 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> terry.reedy components: +IDLE versions: +Python 3.6 ___ Python tracker ___ ___ Python-bug

[issue30777] IDLE: configdialog -- add docstrings and improve comments

2017-06-26 Thread Terry J. Reedy
New submission from Terry J. Reedy: Spinoff from #30728. Docstrings are a form of comment. Both leave behavior alone and do not require testing, just human review. Add the docstrings from the original version of PR 2307, and any others. Review and fix comments in light of the comments on t