Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 22474a1

Browse filesBrowse files
[3.12] gh-109151: Revert readline support in the sqlite3 CLI (#110542)
Revert "[3.12] gh-109151: Enable readline in the sqlite3 CLI (GH-109152) (#110352)" This reverts commit bc1fe35.
1 parent d152823 commit 22474a1
Copy full SHA for 22474a1

File tree

2 files changed

+0
-5
lines changed
Filter options

2 files changed

+0
-5
lines changed

‎Lib/sqlite3/__main__.py

Copy file name to clipboardExpand all lines: Lib/sqlite3/__main__.py
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ def main(*args):
116116
else:
117117
# No SQL provided; start the REPL.
118118
console = SqliteInteractiveConsole(con)
119-
try:
120-
import readline
121-
except ImportError:
122-
pass
123119
console.interact(banner, exitmsg="")
124120
finally:
125121
con.close()

‎Misc/NEWS.d/next/Library/2023-09-08-19-44-01.gh-issue-109151.GkzkQu.rst

Copy file name to clipboardExpand all lines: Misc/NEWS.d/next/Library/2023-09-08-19-44-01.gh-issue-109151.GkzkQu.rst
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.