We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90ad04 commit 5e45ca6Copy full SHA for 5e45ca6
Lib/sqlite3/__main__.py
@@ -148,9 +148,7 @@ def main(*args):
148
# No SQL provided; start the REPL.
149
with completer(con):
150
console = SqliteInteractiveConsole(con, use_color=True)
151
- # Keep using basic REPL until completion and syntax
152
- # highlighting are adapted for PyREPL.
153
- console.interact(banner, exitmsg="", use_pyrepl=False)
+ console.interact(banner, exitmsg="")
154
finally:
155
con.close()
156
0 commit comments