]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 22 Sep 2020 05:43:55 +0000 (01:43 -0400)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 05:43:55 +0000 (01:43 -0400)
commit40a0625792e795cd41c4ba20475e3b770b53817a
tree5716b22dd801b0b7e22fb349c45d45cdcf844939
parent6c33385e3a1dce31d7b9037eebfc584075795dba
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.
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]