`sqlite3` help message shows wrong EOF key on Windows
オープン
まだ誰も着手していません。
stdlib
topic-sqlite3
type-bug
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
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
- gh-139106
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
python -m sqlite3 エントリポイントから始めて、Windows で .help を再現します。.quit のヘルプ行をフォーマットする経路を追跡し、その後、他の表示されるコマンドを維持したまま、Windows ではメッセージが CTRL-Z と表示することを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python, sqlite
- 領域
- cli
- issue の種類
- バグ
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100