summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-11 04:49:10 (GMT)
committerGitHub <noreply@github.com>2018-11-11 04:49:10 (GMT)
commita650493a4626c309b34a38919a41f5de32de3721 (patch)
treea4569f78e6b768d7407bf4d111c1844556b91134 /Misc/NEWS.d
parent2903b0fd38a65e16ddafae7754ed5d605fea68ff (diff)
downloadcpython-a650493a4626c309b34a38919a41f5de32de3721.zip
cpython-a650493a4626c309b34a38919a41f5de32de3721.tar.gz
cpython-a650493a4626c309b34a38919a41f5de32de3721.tar.bz2
bpo-34864: Document two IDLE on MacOS issues. (GH-10456)
The System Preferences Dock "prefer tabs always" setting disables some IDLE features. Menus are a bit different than as described for Windows and Linux. (cherry picked from commit 50ff02b43145f33f8e28ffbfcc6a9d15c4749a64) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/IDLE/2018-11-10-21-27-25.bpo-34864.Ci-G2q.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-11-10-21-27-25.bpo-34864.Ci-G2q.rst b/Misc/NEWS.d/next/IDLE/2018-11-10-21-27-25.bpo-34864.Ci-G2q.rst
new file mode 100644
index 0000000..fb0083e
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2018-11-10-21-27-25.bpo-34864.Ci-G2q.rst
@@ -0,0 +1,3 @@
+Document two IDLE on MacOS issues. The System Preferences Dock "prefer tabs
+always" setting disables some IDLE features. Menus are a bit different than
+as described for Windows and Linux.