summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorcsabella <cheryl.sabella@gmail.com>2017-06-27 06:41:08 (GMT)
committerterryjreedy <tjreedy@udel.edu>2017-06-27 06:41:08 (GMT)
commit65474b9d7a230943d4d3f1d7d51f77bb141240f0 (patch)
treee79ab8ae1b07edb6239a4f011158338ab09bbc28 /Misc
parent44913e584bcf4e2a0e1a6372c304c2d5ea521fc6 (diff)
downloadcpython-65474b9d7a230943d4d3f1d7d51f77bb141240f0.zip
cpython-65474b9d7a230943d4d3f1d7d51f77bb141240f0.tar.gz
cpython-65474b9d7a230943d4d3f1d7d51f77bb141240f0.tar.bz2
bpo-30674: IDLE: add docstrings to grep.py (#2213)
Patch by Cheryl Sabella
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-06-27-01-40-34.bpo-30674.ppK_q8.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-06-27-01-40-34.bpo-30674.ppK_q8.rst b/Misc/NEWS.d/next/IDLE/2017-06-27-01-40-34.bpo-30674.ppK_q8.rst
new file mode 100644
index 0000000..4b718fe
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-06-27-01-40-34.bpo-30674.ppK_q8.rst
@@ -0,0 +1 @@
+IDLE: add docstrings to grep module. Patch by Cheryl Sabella