-
- Downloads
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 fc31a13d) Co-authored-by:Terry Jan Reedy <tjreedy@udel.edu>
Showing
- Lib/idlelib/NEWS.txt 3 additions, 0 deletionsLib/idlelib/NEWS.txt
- Lib/idlelib/idle_test/test_sidebar.py 4 additions, 3 deletionsLib/idlelib/idle_test/test_sidebar.py
- Lib/idlelib/pyshell.py 10 additions, 12 deletionsLib/idlelib/pyshell.py
- Misc/NEWS.d/next/IDLE/2022-07-31-22-15-14.gh-issue-95511.WX6PmB.rst 2 additions, 0 deletions...d/next/IDLE/2022-07-31-22-15-14.gh-issue-95511.WX6PmB.rst
Loading
Please register or sign in to comment