]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Aug 2022 05:25:56 +0000 (22:25 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Aug 2022 05:25:56 +0000 (22:25 -0700)
commit4eab100e0dc764a5b85557aa30265066d1fde72e
treef209f2d75dbe9aa86cea60e4c5e4b3b4f65ee51c
parent03fed0ade40af6877ed0d8289c05c46e985b66ec
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)

If one selects whole lines, as the sidebar makes easy, do not
add an extra line.  Only move the end of a selection to the
beginning of the next line when not already at the beginning
of a line.  (Also improve the surrounding code.)
(cherry picked from commit fc31a13dc1799b8d972c1f4ea49f27090aed7f48)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt
Lib/idlelib/idle_test/test_sidebar.py
Lib/idlelib/pyshell.py
Misc/NEWS.d/next/IDLE/2022-07-31-22-15-14.gh-issue-95511.WX6PmB.rst [new file with mode: 0644]