diff options
author | csabella <cheryl.sabella@gmail.com> | 2017-07-14 03:32:01 (GMT) |
---|---|---|
committer | terryjreedy <tjreedy@udel.edu> | 2017-07-14 03:32:01 (GMT) |
commit | 36329a4dd85c03e2060a306e86ac5ddec6fd2549 (patch) | |
tree | cbc3b67bf37ba526b5845c7c56354f88fee21800 /Misc | |
parent | 9b622fb90331f259894e6edb29b5c64b9366491a (diff) | |
download | cpython-36329a4dd85c03e2060a306e86ac5ddec6fd2549.zip cpython-36329a4dd85c03e2060a306e86ac5ddec6fd2549.tar.gz cpython-36329a4dd85c03e2060a306e86ac5ddec6fd2549.tar.bz2 |
bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDialog (#2697)
The will help writing dialog improvements and splitting the class into multiple classes.
Original patch by Cheryl Sabella.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2017-07-13-23-07-33.bpo-30913.aezn_e.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-07-13-23-07-33.bpo-30913.aezn_e.rst b/Misc/NEWS.d/next/IDLE/2017-07-13-23-07-33.bpo-30913.aezn_e.rst new file mode 100644 index 0000000..23a9fe8 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2017-07-13-23-07-33.bpo-30913.aezn_e.rst @@ -0,0 +1,3 @@ +IDLE: Document ConfigDialog tk Vars, methods, and widgets in docstrings This +will facilitate improving the dialog and splitting up the class. Original +patch by Cheryl Sabella. |