Open
Description
If I start an indented block, for example type "while True:" and then change my mind I cannot get out by just hitting enter a few times, I have to enter some text first. Ctrl+c does not break out of the multiline input either. In vanilla python entering a blank line with no indentation triggers IndentationError and ctrl+c triggers KeyboardInterrupt, both breaking out of the multiline input. I'm rather used to this behavior.
- Bitbucket: https://bitbucket.org/bobf/bpython/issue/102
- Originally Reported By:
- Originally Created At: 2010-02-15T11:13:24.983