Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fa0911

Browse files
committed
Updated IDLE Help to reflect changes in Additional Help Source
Configuration implementation.
1 parent 8e92bf7 commit 6fa0911

1 file changed

Lines changed: 26 additions & 8 deletions

File tree

Lib/idlelib/help.txt

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[See end for ** TIPS on using IDLE]
1+
[See the end of this file for ** TIPS ** on using IDLE !!]
22

33
Click on the dotted line at the top of a menu to "tear it off": a
44
separate window containing the menu is created.
@@ -79,7 +79,8 @@ Options Menu:
7979

8080
Configure IDLE -- Open a configuration dialog. Fonts, indentation,
8181
keybindings, and color themes may be altered.
82-
Startup preferences may be set.
82+
Startup Preferences may be set, and Additional Help
83+
Souces can be specified.
8384
---
8485
Revert to Default Settings -- Restore original settings
8586

@@ -94,15 +95,32 @@ Windows Menu:
9495

9596
Help Menu:
9697

97-
IDLE Help -- Display this file
98-
Python Documentation -- Access local Python documentation, if
99-
installed. Otherwise access python.org.
98+
About IDLE -- Version, copyright, license, credits
10099
IDLE Readme -- Background discussion and change details
101100
---
102-
About IDLE --- Version, copyright, license, credits
101+
IDLE Help -- Display this file
102+
Python Docs -- Access local Python documentation, if
103+
installed. Otherwise, access www.python.org.
104+
---
105+
(Additional Help Sources)
106+
107+
108+
** TIPS **
109+
==========
110+
111+
Additional Help Sources:
112+
113+
Windows users can Google on pythlp.chm and zopeshelf.chm to access help
114+
files in the Windows help format. The Additional Help Sources feature
115+
of the configuration GUI supports .chm, along with any other filetypes
116+
supported by your browser. Supply a Menu Item title, and enter the
117+
location in the Help File Path slot of the New Help Source dialog. Use
118+
http:// and/or www. to identify external URLs, or download the file and
119+
browse for its path on your machine using the Browse button.
103120

104-
** TIPS
105-
========
121+
All users can access the extensive sources of help, including
122+
tutorials, available at www.python.org/doc. Selected URLs can be added
123+
or removed from the Help menu at any time.
106124

107125
Basic editing and navigation:
108126

0 commit comments

Comments
 (0)