]> granicus.if.org Git - python/commitdiff
Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference
authorNed Deily <nad@acm.org>
Sat, 4 Jul 2015 22:04:42 +0000 (15:04 -0700)
committerNed Deily <nad@acm.org>
Sat, 4 Jul 2015 22:04:42 +0000 (15:04 -0700)
on OS X.  Original patch by AndrĂ© Freitas.

Doc/library/idle.rst
Lib/idlelib/help.txt

index c842b2639cc993ddedb3e774880e7af885dbe2fa..24e22c103de7536a9f158810eeab0596922ea46f 100644 (file)
@@ -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
index 6b1c0023eee67e9bca8b3464b0f12600391ff519..c4d7155be503c6eef5fa92f50d9f753f5caad006 100644 (file)
@@ -90,10 +90,9 @@ Options Menu:
        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.
-                         
-                         On OS X this menu is not present, use
-                         menu 'IDLE -> Preferences...' instead.
+                          Sources can be specified.  On OS X, open the
+                          configuration dialog by selecting Preferences
+                          in the application menu.
        ---
        Code Context --   Open a pane at the top of the edit window which
                          shows the block context of the section of code