[issue28140] Give better errors for OS commands, like 'pip', in REPL, script

Terry J. Reedy report at bugs.python.org
Sun Nov 28 12:39:04 EST 2021


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I closed #45721, which has additional comments, as a duplicate of this.

'print foo' now results in "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?"

----------
components: +Interpreter Core
nosy: +aroberge
title: Attempt to give better errors for pip commands typed into the REPL -> Give better errors for OS commands, like 'pip', in REPL, script

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


More information about the Python-bugs-list mailing list