diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2018-11-11 04:26:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-11 04:26:31 (GMT) |
commit | 50ff02b43145f33f8e28ffbfcc6a9d15c4749a64 (patch) | |
tree | 72c338dfd048b4ba4eefc58bb704f305607a7924 /Misc | |
parent | b9498e2367f21205ed2b9c172665ea6f0a218d27 (diff) | |
download | cpython-50ff02b43145f33f8e28ffbfcc6a9d15c4749a64.zip cpython-50ff02b43145f33f8e28ffbfcc6a9d15c4749a64.tar.gz cpython-50ff02b43145f33f8e28ffbfcc6a9d15c4749a64.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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-11-10-21-27-25.bpo-34864.Ci-G2q.rst | 3 |
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. |