summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2019-06-05 01:55:37 (GMT)
committerGitHub <noreply@github.com>2019-06-05 01:55:37 (GMT)
commit949fe976d5c62ae63ed505ecf729f815d0baccfc (patch)
treef4757659cd68f68722a840bb70a10998b3bd412f /Misc
parent59e7bbcaa4d0d556591f774c5ea4869c41fa95b0 (diff)
downloadcpython-949fe976d5c62ae63ed505ecf729f815d0baccfc.zip
cpython-949fe976d5c62ae63ed505ecf729f815d0baccfc.tar.gz
cpython-949fe976d5c62ae63ed505ecf729f815d0baccfc.tar.bz2
bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791)
Add it to the end of the first line if there is room. Tests were reworked.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-06-04-20-36-24.bpo-35763.7XdoWz.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-06-04-20-36-24.bpo-35763.7XdoWz.rst b/Misc/NEWS.d/next/IDLE/2019-06-04-20-36-24.bpo-35763.7XdoWz.rst
new file mode 100644
index 0000000..c2b6594
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2019-06-04-20-36-24.bpo-35763.7XdoWz.rst
@@ -0,0 +1,2 @@
+Make calltip reminder about '/' meaning positional-only less obtrusive by
+only adding it when there is room on the first line.