]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-10464)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Dec 2018 06:51:10 +0000 (22:51 -0800)
committerGitHub <noreply@github.com>
Fri, 7 Dec 2018 06:51:10 +0000 (22:51 -0800)
commit2db190bb356d00422087e1286637887efb8d97c5
tree5f7347bb5505acc8b783a9e2378939cf3aa74037
parent253209149389e6793a052034e1f2d97691086f18
bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-10464)

* bpo-34864: warn if "Prefer tabs when opening documents" set to "Always"

* add NEWS entry

* address code review comments

* address second code review comments

* Add entry for idlelib/NEWS.txt.
(cherry picked from commit 9ebe8794f003dadfff578a066ea503a3e37ffe1d)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
Lib/idlelib/NEWS.txt
Lib/idlelib/macosx.py
Lib/idlelib/outwin.py
Lib/idlelib/pyshell.py
Misc/NEWS.d/next/IDLE/2018-11-11-17-13-50.bpo-34864.cw0PvO.rst [new file with mode: 0644]