summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterryjreedy <tjreedy@udel.edu>2017-07-05 03:00:09 (GMT)
committerGitHub <noreply@github.com>2017-07-05 03:00:09 (GMT)
commitaaa917ff38f9869eeebe3bc9469bfee64089d826 (patch)
tree9b5a44fb7823c49cb8b838d0e8b64d53079f93ee
parent2000150c569941584994ec4ec59171961209bec3 (diff)
downloadcpython-aaa917ff38f9869eeebe3bc9469bfee64089d826.zip
cpython-aaa917ff38f9869eeebe3bc9469bfee64089d826.tar.gz
cpython-aaa917ff38f9869eeebe3bc9469bfee64089d826.tar.bz2
NEWS for 30777 (#2576)
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-07-04-22-45-46.bpo-30777.uxzlMB.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-07-04-22-45-46.bpo-30777.uxzlMB.rst b/Misc/NEWS.d/next/IDLE/2017-07-04-22-45-46.bpo-30777.uxzlMB.rst
new file mode 100644
index 0000000..b7118bf
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-07-04-22-45-46.bpo-30777.uxzlMB.rst
@@ -0,0 +1,2 @@
+IDLE: configdialog - Add docstrings and fix comments. Patch by Cheryl
+Sabella.