summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorcsabella <cheryl.sabella@gmail.com>2017-07-11 06:34:01 (GMT)
committerterryjreedy <tjreedy@udel.edu>2017-07-11 06:34:01 (GMT)
commitba352270b724d67fc938c335c605acdee7474308 (patch)
treee68b8153da0ba9d4ea55410709cfb5bab762500c /Misc
parent5b62b35e6fcba488da2f809965a5f349a4170b02 (diff)
downloadcpython-ba352270b724d67fc938c335c605acdee7474308.zip
cpython-ba352270b724d67fc938c335c605acdee7474308.tar.gz
cpython-ba352270b724d67fc938c335c605acdee7474308.tar.bz2
bpo-30881: IDLE: add docstrings to browser.py (#2638)
Patch by Cheryl Sabella.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-07-11-02-21-42.bpo-30881.4KAq_9.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-07-11-02-21-42.bpo-30881.4KAq_9.rst b/Misc/NEWS.d/next/IDLE/2017-07-11-02-21-42.bpo-30881.4KAq_9.rst
new file mode 100644
index 0000000..4e4e0e6
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-07-11-02-21-42.bpo-30881.4KAq_9.rst
@@ -0,0 +1 @@
+IDLE: Add docstrings to browser.py. Patch by Cheryl Sabella.