-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Open
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-sqlite3type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
# enter the interactive sqlite3 console
python -m sqlite3
# print the help message
>> .help
- expect on Windows
Enter SQL code or one of the below commands, and press enter.
.version Print underlying SQLite library version
.help Print this help message
.quit Exit the CLI, equivalent to CTRL-Z
- what we get now
Enter SQL code or one of the below commands, and press enter.
.version Print underlying SQLite library version
.help Print this help message
.quit Exit the CLI, equivalent to CTRL-D
This issue is actually found by @yihong0618
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-sqlite3type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
TODO: Bugs