If I enter sys.exit() and delete the paranthesis and add a point, bpython displays a closing parenthesis, which can't be deleted. The line then reads like sys.exit.)
After pressing enter, the line is correctly displayed as sys.exit. and it's also interpreted that way.
If I enter
sys.exit()and delete the paranthesis and add a point, bpython displays a closing parenthesis, which can't be deleted. The line then reads likesys.exit.)After pressing enter, the line is correctly displayed as
sys.exit.and it's also interpreted that way.