summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2019-05-25 01:59:53 (GMT)
committerGitHub <noreply@github.com>2019-05-25 01:59:53 (GMT)
commit81bb97df6138c755e229dcdac9bed747e31b61b3 (patch)
tree7822fe2810e11b0ce479251934361b878acaf25c /Misc/NEWS.d
parent1bbf7b661f0ac8aac12d5531928d9a85c98ec1a9 (diff)
downloadcpython-81bb97df6138c755e229dcdac9bed747e31b61b3.zip
cpython-81bb97df6138c755e229dcdac9bed747e31b61b3.tar.gz
cpython-81bb97df6138c755e229dcdac9bed747e31b61b3.tar.bz2
bpo-37038: Make idlelib.run runnable; add test clause (GH-13560)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-05-24-18-57-57.bpo-37038.AJ3RwQ.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-05-24-18-57-57.bpo-37038.AJ3RwQ.rst b/Misc/NEWS.d/next/IDLE/2019-05-24-18-57-57.bpo-37038.AJ3RwQ.rst
new file mode 100644
index 0000000..762e9f1
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2019-05-24-18-57-57.bpo-37038.AJ3RwQ.rst
@@ -0,0 +1 @@
+Make idlelib.run runnable; add test clause.