summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE/0093.bpo-30495.I3i5vL.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/IDLE/0093.bpo-30495.I3i5vL.rst')
-rw-r--r--Misc/NEWS.d/next/IDLE/0093.bpo-30495.I3i5vL.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/0093.bpo-30495.I3i5vL.rst b/Misc/NEWS.d/next/IDLE/0093.bpo-30495.I3i5vL.rst
new file mode 100644
index 0000000..13ac32b
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/0093.bpo-30495.I3i5vL.rst
@@ -0,0 +1,2 @@
+Add docstrings for textview.py and use PEP8 names. Patches by Cheryl Sabella
+and Terry Jan Reedy.