]> 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:02:45 +0000 (23:02 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 06:02:45 +0000 (23:02 -0700)
commit7bcbb536dde2308558c6a80c011042c6c3efc626
treeb5c24006cc8c8f32e6506775f7a855423e7e84e5
parentca2d99d091a5b7768e92ee5ce7104aa6d8a3ed86
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]