# Bug report ### Bug description: Dot commands with trailing spaces are mistaken for multi-line sqlite3 statements. ``` $ python -m sqlite3↵ sqlite> .version↵ 3.49.1 sqlite> .version␣↵ ... ↵ ... ↵ ``` ### CPython versions tested on: 3.14 ### Operating systems tested on: Linux <!-- gh-linked-prs --> ### Linked PRs * gh-133440 * gh-133738 * gh-133765 * gh-133807 * gh-135708 <!-- /gh-linked-prs -->