https://github.com/python/cpython/commit/982459132becdc31ee1a8cdfc84544e31fc3d5dd
commit: 982459132becdc31ee1a8cdfc84544e31fc3d5dd
branch: main
author: Tan Long <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2026-03-19T16:38:01+05:30
summary:

gh-145394: Remove duplicated `isearch_add_character` in 
`_pyrepl/historical_reader.py` (#145396)

files:
M Lib/_pyrepl/historical_reader.py

diff --git a/Lib/_pyrepl/historical_reader.py b/Lib/_pyrepl/historical_reader.py
index c4b95fa2e81ee6..5cc82690ae36fc 100644
--- a/Lib/_pyrepl/historical_reader.py
+++ b/Lib/_pyrepl/historical_reader.py
@@ -241,7 +241,6 @@ def __post_init__(self) -> None:
             isearch_end,
             isearch_add_character,
             isearch_cancel,
-            isearch_add_character,
             isearch_backspace,
             isearch_forwards,
             isearch_backwards,

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to