Testing #22647
- Open the Python REPL and run some commands.
- Use
quit() to leave the REPL.
Run recent command
- The "current session" lists the commands that you used in your REPL, which are no longer valid in the current terminal because you existed the REPL. 🐛
Maybe this is out of your control and needs to be in the API for contributing recent commands- I just think that the recent commands should reflect what is valid in the current terminal.
Testing #22647
quit()to leave the REPL.Run recent commandMaybe this is out of your control and needs to be in the API for contributing recent commands- I just think that the recent commands should reflect what is valid in the current terminal.