https://github.com/python/cpython/commit/14b063cbf1bb11a489d04a31f277edba0fc8893c
commit: 14b063cbf1bb11a489d04a31f277edba0fc8893c
branch: main
author: Lysandros Nikolaou <[email protected]>
committer: pablogsal <[email protected]>
date: 2024-05-22T17:02:33-04:00
summary:
gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (#119432)
files:
M Lib/_pyrepl/commands.py
diff --git a/Lib/_pyrepl/commands.py b/Lib/_pyrepl/commands.py
index 33c6564f640421..ed977f84baac4e 100644
--- a/Lib/_pyrepl/commands.py
+++ b/Lib/_pyrepl/commands.py
@@ -475,3 +475,4 @@ def do(self) -> None:
self.reader.paste_mode = False
self.reader.in_bracketed_paste = False
self.reader.dirty = True
+ self.reader.calc_screen = self.reader.calc_complete_screen
_______________________________________________
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]