I'm not aware if that was already discussed, but something I find quite
annoying is the REPL auto-complete that also includes the open parenthesis
symbol. I think it shouldn't be included in TAB completion. At least twice
a week I make mistakes like typing "help(something()" with unmatched
parentheses, because the "something" was filled by a TAB completion, and
the trailing open parenthesis wasn't expected (given that there's no such a
completion elsewhere).

-- 
Danilo J. S. Bellini
---------------
"*It is not our business to set up prohibitions, but to arrive at
conventions.*" (R. Carnap)
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to