[issue40181] IDLE: remove positional-only note from calltips

2020-09-22 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___

[issue40181] IDLE: remove positional-only note from calltips

2020-09-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: Agreed. Patch removes the note, including from tests. -- stage: patch review -> commit review versions: +Python 3.10 -Python 3.7 ___ Python tracker

[issue40181] IDLE: remove positional-only note from calltips

2020-09-22 Thread miss-islington
miss-islington added the comment: New changeset 7bcbb536dde2308558c6a80c011042c6c3efc626 by Miss Islington (bot) in branch '3.8': bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350) https://github.com/python/cpython/commit/7bcbb536dde2308558c6a80c011042c6c3efc626 --

[issue40181] IDLE: remove positional-only note from calltips

2020-09-22 Thread miss-islington
miss-islington added the comment: New changeset 6b731c48786bd30e9f8b86302dfb95a2640979a1 by Miss Islington (bot) in branch '3.9': bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350) https://github.com/python/cpython/commit/6b731c48786bd30e9f8b86302dfb95a2640979a1 --

[issue40181] IDLE: remove positional-only note from calltips

2020-09-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +21390 pull_request: https://github.com/python/cpython/pull/22351 ___ Python tracker

[issue40181] IDLE: remove positional-only note from calltips

2020-09-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 40a0625792e795cd41c4ba20475e3b770b53817a by Terry Jan Reedy in branch 'master': bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350) https://github.com/python/cpython/commit/40a0625792e795cd41c4ba20475e3b770b53817a --

[issue40181] IDLE: remove positional-only note from calltips

2020-09-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +21391 pull_request: https://github.com/python/cpython/pull/22352 ___ Python tracker ___

[issue40181] IDLE: remove positional-only note from calltips

2020-09-21 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +21389 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/22350 ___ Python tracker

[issue40181] IDLE: remove positional-only note from calltips

2020-09-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: My students find the note to be very distracting. It is something that is needed no more than once. Afterwards, it becomes something that you have to train yourself to ignore. -- nosy: +rhettinger ___ Python

[issue40181] IDLE: remove positional-only note from calltips

2020-09-21 Thread Irit Katriel
Change by Irit Katriel : -- assignee: -> terry.reedy components: +IDLE ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue40181] IDLE: remove positional-only note from calltips

2020-04-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: #35763 reduced the footprint of the note. #35764 is about revising the calltip doc. Part of the intention was to add something about '/'. Maybe no need now, but if I did, I might remove the calltip note in 3.7. --

[issue40181] IDLE: remove positional-only note from calltips

2020-04-04 Thread Terry J. Reedy
New submission from Terry J. Reedy : IDLE calltips currently contain " # '/' marks preceding args as positional-only." when the signature contains '/' because, before 3.8, '/' was only used by argument clinic and only displayed by inspect.signature. Now that '/' is a regular part of