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 6237cc7 commit 9d31898Copy full SHA for 9d31898
Lib/_pyrepl/readline.py
@@ -429,6 +429,7 @@ def get_current_history_length(self) -> int:
429
430
@staticmethod
431
def _analyze_history_file(filename: str | IO[bytes]) -> tuple[bool, str]:
432
+ is_editline = False
433
if isinstance(filename, str):
434
if not os.path.exists(filename):
435
return False, "utf-8"
0 commit comments