[New-bugs-announce] [issue39314] Autofill the closing paraenthesis during auto-completion for functions which accept no arguments

Aurora report at bugs.python.org
Sun Jan 12 11:31:37 EST 2020


New submission from Aurora <auroralanes at pm.me>:

If Python is compiled with the GNU readline headers, it will provide autocompletion for Python functions and etc.

In the Python interpreter environment, if a function is typed partially, Python will fill in the rest if a tab character is typed.

If a function accepts no arguments, Python still doesn't fill in the last closing paraenthesis during autocompletion, in the hope that the user will provide arguments, but in such a case it's pointless.

----------
components: Interpreter Core
messages: 359855
nosy: opensource-assist
priority: normal
severity: normal
status: open
title: Autofill the closing paraenthesis during auto-completion for functions which accept no arguments
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39314>
_______________________________________


More information about the New-bugs-announce mailing list