8000 bpo-19903: IDLE: Calltips changed to use inspect.signature by mlouielu · Pull Request #2822 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-19903: IDLE: Calltips changed to use inspect.signature #2822

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Aug 10, 2017
Prev Previous commit
Next Next commit
Update 2017-08-03-14-08-42.bpo-19903.sqE1FS.rst
  • Loading branch information
terryjreedy authored Aug 4, 2017
commit 68fccf292bda7c54501f33fcf350218545f2c315
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
IDLE: Calltips use `inspect.signature instead of `inspect.getfullargspec`.
IDLE: Calltips use `inspect.signature` instead of `inspect.getfullargspec`.
This improves calltips for builtins converted to use Argument Clinic.
Patch by Louie Lu.
0