There was an error while loading. Please reload this page.
1 parent d152823 commit 22474a1Copy full SHA for 22474a1
2 files changed
Lib/sqlite3/__main__.py
@@ -116,10 +116,6 @@ def main(*args):
116
else:
117
# No SQL provided; start the REPL.
118
console = SqliteInteractiveConsole(con)
119
- try:
120
- import readline
121
- except ImportError:
122
- pass
123
console.interact(banner, exitmsg="")
124
finally:
125
con.close()
Misc/NEWS.d/next/Library/2023-09-08-19-44-01.gh-issue-109151.GkzkQu.rst
0 commit comments