summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2018-02-22 03:48:36 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2018-02-22 03:48:36 (GMT)
commitc84cf6c03fce1fb73bfaf91d7909f1c2708f14a2 (patch)
tree36fc42ddbf22b3c33d7a2451a5c6e28a8e6c449e /Misc
parentba518804bf4c1ea01df5e622b333d3116cbaa3bd (diff)
downloadcpython-c84cf6c03fce1fb73bfaf91d7909f1c2708f14a2.zip
cpython-c84cf6c03fce1fb73bfaf91d7909f1c2708f14a2.tar.gz
cpython-c84cf6c03fce1fb73bfaf91d7909f1c2708f14a2.tar.bz2
bpo-32874: IDLE: add tests for pyparse (GH-5755)
There are no code changes other than comments and docstrings.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-02-19-10-56-41.bpo-32874.6pZ9Gv.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-02-19-10-56-41.bpo-32874.6pZ9Gv.rst b/Misc/NEWS.d/next/IDLE/2018-02-19-10-56-41.bpo-32874.6pZ9Gv.rst
new file mode 100644
index 0000000..7965531
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-02-19-10-56-41.bpo-32874.6pZ9Gv.rst
@@ -0,0 +1 @@
+Add tests for pyparse.