summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorcsabella <cheryl.sabella@gmail.com>2017-07-14 03:32:01 (GMT)
committerterryjreedy <tjreedy@udel.edu>2017-07-14 03:32:01 (GMT)
commit36329a4dd85c03e2060a306e86ac5ddec6fd2549 (patch)
treecbc3b67bf37ba526b5845c7c56354f88fee21800 /Misc
parent9b622fb90331f259894e6edb29b5c64b9366491a (diff)
downloadcpython-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.rst3
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.