diff options
author | terryjreedy <tjreedy@udel.edu> | 2017-06-27 07:01:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-27 07:01:58 (GMT) |
commit | 39e501a2913eff047f7a644e2b20eb4278f97d50 (patch) | |
tree | a6600e2a927471f5ac1f3d7d39520799b8946396 /Misc | |
parent | 93b88e995373c48713c9f7d4b32fe1d0166709e5 (diff) | |
download | cpython-39e501a2913eff047f7a644e2b20eb4278f97d50.zip cpython-39e501a2913eff047f7a644e2b20eb4278f97d50.tar.gz cpython-39e501a2913eff047f7a644e2b20eb4278f97d50.tar.bz2 |
[3.6] bpo-30674: IDLE: add docstrings to grep.py (GH-2213) (#2434)
Patch by Cheryl Sabella
(cherry picked from commit 65474b9)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2017-06-27-01-40-34.bpo-30674.ppK_q8.rst | 1 |
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 |