summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-09-22 18:35:38 (GMT)
committerGitHub <noreply@github.com>2020-09-22 18:35:38 (GMT)
commitf27a1577d32f88c959e1ef6d0b12f25b2a54cdca (patch)
tree2008d896933b9e90b37e40bb87f75b773b6c45f6 /Misc/NEWS.d/next/IDLE
parentb38ad227051d03e731a80db3942a729485262bd4 (diff)
downloadcpython-f27a1577d32f88c959e1ef6d0b12f25b2a54cdca.zip
cpython-f27a1577d32f88c959e1ef6d0b12f25b2a54cdca.tar.gz
cpython-f27a1577d32f88c959e1ef6d0b12f25b2a54cdca.tar.bz2
bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r--Misc/NEWS.d/next/IDLE/2020-09-22-11-13-45.bpo-35764.VoNa8y.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2020-09-22-11-13-45.bpo-35764.VoNa8y.rst b/Misc/NEWS.d/next/IDLE/2020-09-22-11-13-45.bpo-35764.VoNa8y.rst
new file mode 100644
index 0000000..eb62d36
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2020-09-22-11-13-45.bpo-35764.VoNa8y.rst
@@ -0,0 +1 @@
+Rewrite the Calltips doc section.