]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Sep 2020 06:05:07 +0000 (23:05 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 06:05:07 +0000 (23:05 -0700)
commit6b731c48786bd30e9f8b86302dfb95a2640979a1
tree8d6c193bcfc99b1e8f1bd4149b0c7c58a7a467c8
parent4ee30c42441c3e5066d5080a22da53675aeae716
bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)

The marker was added to the language in 3.8 and
3.7 only gets security patches.
(cherry picked from commit 40a0625792e795cd41c4ba20475e3b770b53817a)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/calltip.py
Lib/idlelib/idle_test/test_calltip.py
Misc/NEWS.d/next/IDLE/2020-09-22-00-45-40.bpo-40181.hhQi3z.rst [new file with mode: 0644]