[Python-checkins] cpython (3.4): Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference

ned.deily python-checkins at python.org
Sun Jul 5 00:07:04 CEST 2015


https://hg.python.org/cpython/rev/b9460ee09228
changeset:   96807:b9460ee09228
branch:      3.4
parent:      96802:050a941f69fb
user:        Ned Deily <nad at acm.org>
date:        Sat Jul 04 15:05:07 2015 -0700
summary:
  Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference
on OS X.  Original patch by André Freitas.

files:
  Doc/library/idle.rst |  3 ++-
  Lib/idlelib/help.txt |  4 +++-
  2 files changed, 5 insertions(+), 2 deletions(-)


diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
--- a/Doc/library/idle.rst
+++ b/Doc/library/idle.rst
@@ -248,7 +248,8 @@
    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
--- a/Lib/idlelib/help.txt
+++ b/Lib/idlelib/help.txt
@@ -129,7 +129,9 @@
         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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list