bpo-20181: Convert the readline module to the Argument Clinic#14326
Conversation
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Co-authored-by: Serhiy Storchaka <[email protected]>
…e-module-Argument-Clinic
|
I have made the requested changes; please review again. |
|
Thanks for making the requested changes! @serhiy-storchaka: please review the changes made to this pull request. |
| readline.get_endidx | ||
|
|
||
| /* Get the ending index for the scope of the tab-completion */ | ||
| get the ending index of the completion scope |
There was a problem hiding this comment.
Please fix also other docstrings.
| get the ending index of the completion scope | |
| Get the ending index of the completion scope. |
| /*[clinic input] | ||
| readline.get_completer | ||
|
|
||
| Returns current completer function. |
There was a problem hiding this comment.
Maybe use "get" for uniformity with other functions?
At least "return" is more preferable than "returns".
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
👍 |
|
@serhiy-storchaka: Please replace |
|
https://bugs.python.org/issue20181