Bug report
Bug description:
Enter the sqlite3 CLI on the main branch, type SELECT * FROM sqlite_master; , press enter. Then press <Up>, the history command SELECT * FROM sqlite_master; is displayed. And then press <Down>, the current line will be partially cleared, the SELECT * FR is left on the screen.
$ ./python -m sqlite3
sqlite> SELECT * FROM sqlite_master;
sqlite> |
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux