diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-01-18 19:00:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-18 19:00:45 (GMT) |
commit | 39ed289a3511d2e9bf0950a9d5dc53c8194f61b9 (patch) | |
tree | 4cc8a87f8bc1f55e868587fc08bbbba02fa53225 /Misc/NEWS.d/next/IDLE | |
parent | 478f8291327a3e3ab17b5857699565df43a9e952 (diff) | |
download | cpython-39ed289a3511d2e9bf0950a9d5dc53c8194f61b9.zip cpython-39ed289a3511d2e9bf0950a9d5dc53c8194f61b9.tar.gz cpython-39ed289a3511d2e9bf0950a9d5dc53c8194f61b9.tar.bz2 |
bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614)
It previously deleted Window => Zoom Height by mistake.
(Zoom Height is now on the Options menu). On Mac, the settings
dialog is accessed via Preferences on the IDLE menu.
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2019-01-18-13-04-30.bpo-35770.2LxJGu.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-01-18-13-04-30.bpo-35770.2LxJGu.rst b/Misc/NEWS.d/next/IDLE/2019-01-18-13-04-30.bpo-35770.2LxJGu.rst new file mode 100644 index 0000000..89e4bde --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2019-01-18-13-04-30.bpo-35770.2LxJGu.rst @@ -0,0 +1,3 @@ +IDLE macosx deletes Options => Configure IDLE. It previously deleted Window +=> Zoom Height by mistake. (Zoom Height is now on the Options menu). On +Mac, the settings dialog is accessed via Preferences on the IDLE menu. |