This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author opensource-assist
Recipients opensource-assist
Date 2020-01-12.16:31:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578846697.93.0.381295981609.issue39314@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-01-12 16:31:37opensource-assistsetrecipients: + opensource-assist
2020-01-12 16:31:37opensource-assistsetmessageid: <1578846697.93.0.381295981609.issue39314@roundup.psfhosted.org>
2020-01-12 16:31:37opensource-assistlinkissue39314 messages
2020-01-12 16:31:37opensource-assistcreate