]> 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 07:03:32 +0000 (23:03 -0800)
committerGitHub <noreply@github.com>
Fri, 7 Dec 2018 07:03:32 +0000 (23:03 -0800)
commit10665544a97b6616898faafc12ac9d06505d0690
treeb4304150b4db94cc80d892429c0a17b907900fce
parenta51a5ca77eae079b34f911975a77e713b0c237f1
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]