Trey Hunner

Results 73 comments of Trey Hunner

> * When you use the `help` statement (but not when calling `help()`), there is an extra `>>>` when you exit Exiting history mode (hitting `F2` and then `q`) also...

Another issue, unfortunately caused by bracketed paste mode: pasting text is now about 1,000 times slower (by my estimate). Pasting [the 441,033 character text of Frankenstein](https://github.com/asweigart/codebreaker/blob/master/frankenstein.txt) takes a couple seconds...

When editing the last line in a function in the new REPL, hitting Enter doesn't end the block if the last line has indentation on it. ![658451](https://github.com/python/cpython/assets/285352/04d90d25-ede8-43cf-9c96-f242b99e2127) [Demo of the...