summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-07-04 22:05:07 (GMT)
committerNed Deily <nad@acm.org>2015-07-04 22:05:07 (GMT)
commitf1ce6deb4111267ab8de5cd6430c1bcebe1084bc (patch)
tree4201d285d6b4d56db07219b76f4468ea9e0d9cde
parenta1005ed1aa6a4aa749aadaac090189ffcef587c3 (diff)
downloadcpython-f1ce6deb4111267ab8de5cd6430c1bcebe1084bc.zip
cpython-f1ce6deb4111267ab8de5cd6430c1bcebe1084bc.tar.gz
cpython-f1ce6deb4111267ab8de5cd6430c1bcebe1084bc.tar.bz2
Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference
on OS X. Original patch by André Freitas.
-rw-r--r--Doc/library/idle.rst3
-rw-r--r--Lib/idlelib/help.txt4
2 files changed, 5 insertions, 2 deletions
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index c842b26..24e22c1 100644
--- a/Doc/library/idle.rst
+++ b/Doc/library/idle.rst
@@ -248,7 +248,8 @@ Configure IDLE
help sources can be specified. Non-default user setting are saved in a
.idlerc directory in the user's home directory. Problems caused by bad user
configuration files are solved by editing or deleting one or more of the
- files in .idlerc.
+ files in .idlerc. On OS X, open the configuration dialog by selecting
+ Preferences in the application menu.
Configure Extensions
Open a configuration dialog for setting preferences for extensions
diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt
index 7eff370..9540173 100644
--- a/Lib/idlelib/help.txt
+++ b/Lib/idlelib/help.txt
@@ -129,7 +129,9 @@ Options Menu (Shell and Editor):
Configure IDLE -- Open a configuration dialog. Fonts, indentation,
keybindings, and color themes may be altered.
Startup Preferences may be set, and additional Help
- sources can be specified.
+ sources can be specified. On OS X, open the
+ configuration dialog by selecting Preferences
+ in the application menu.
---
Code Context (toggle) -- Open a pane at the top of the edit window