summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2017-08-27 22:06:00 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2017-08-27 22:06:00 (GMT)
commit998f4966bf0c591f3e8b3d07eccad7501f60f524 (patch)
treec7b4bfc4b50dc6d5be1f2b388c84b3c15009d275 /Misc
parent3457f428964d0fd6ab601272ead276a9bf8b1eaf (diff)
downloadcpython-998f4966bf0c591f3e8b3d07eccad7501f60f524.zip
cpython-998f4966bf0c591f3e8b3d07eccad7501f60f524.tar.gz
cpython-998f4966bf0c591f3e8b3d07eccad7501f60f524.tar.bz2
bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046)
Move some data and functions from the class to module level. Patch by Cheryl Sabella.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-08-27-16-49-36.bpo-30617.UHnswr.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-08-27-16-49-36.bpo-30617.UHnswr.rst b/Misc/NEWS.d/next/IDLE/2017-08-27-16-49-36.bpo-30617.UHnswr.rst
new file mode 100644
index 0000000..262674c
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-08-27-16-49-36.bpo-30617.UHnswr.rst
@@ -0,0 +1,4 @@
+IDLE - Add docstrings and tests for outwin subclass of editor.
+
+Move some data and functions from the class to module level. Patch by Cheryl
+Sabella.