[issue35763] IDLE calltips: make positional note less obtrusive

2019-06-04 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35763] IDLE calltips: make positional note less obtrusive

2019-06-04 Thread miss-islington
miss-islington added the comment: New changeset 3d75bd15ac82575967db367c517d7e6e703a6de3 by Miss Islington (bot) in branch '3.7': bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791) https://github.com/python/cpython/commit/3d75bd15ac82575967db367c517d7e6e703a6de3

[issue35763] IDLE calltips: make positional note less obtrusive

2019-06-04 Thread miss-islington
miss-islington added the comment: New changeset 39346ff60ac14bb83521c7e4f87304d0ad6478c2 by Miss Islington (bot) in branch '3.8': bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791) https://github.com/python/cpython/commit/39346ff60ac14bb83521c7e4f87304d0ad6478c2

[issue35763] IDLE calltips: make positional note less obtrusive

2019-06-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 949fe976d5c62ae63ed505ecf729f815d0baccfc by Terry Jan Reedy in branch 'master': bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791) https://github.com/python/cpython/commit/949fe976d5c62ae63ed505ecf729f815d0baccfc

[issue35763] IDLE calltips: make positional note less obtrusive

2019-06-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +13709 pull_request: https://github.com/python/cpython/pull/13830 ___ Python tracker ___

[issue35763] IDLE calltips: make positional note less obtrusive

2019-06-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +13710 pull_request: https://github.com/python/cpython/pull/13831 ___ Python tracker ___

[issue35763] IDLE calltips: make positional note less obtrusive

2019-06-04 Thread Terry J. Reedy
Change by Terry J. Reedy : -- type: enhancement -> behavior versions: +Python 3.9 ___ Python tracker ___ ___ Python-bugs-list

[issue35763] IDLE calltips: make positional note less obtrusive

2019-06-03 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +13675 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/13791 ___ Python tracker

[issue35763] IDLE calltips: make positional note less obtrusive

2019-01-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: #35764 is about revising the calltip doc, including adding something about '/' in signatures. -- ___ Python tracker ___

[issue35763] IDLE calltips: make positional note less obtrusive

2019-01-17 Thread Terry J. Reedy
New submission from Terry J. Reedy : #19903 made calltip.getargspec use inspect.signature. The latter may include '/' following positional-only arguments. Slashes are possible for the growing number of C-coded functions processed with Argument Clinic. They appear in both help output and