You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crash or Keyboard Interrupt (control-C) may fail to connect. Dismissing
639
640
the error box or Restart Shell on the Shell menu may fix a temporary problem.</p>
640
641
<p>When IDLE first starts, it attempts to read user configuration files in
641
-
~/.idlerc/ (~ is one’s home directory). If there is a problem, an error
642
+
<codeclass="docutils literal notranslate"><spanclass="pre">~/.idlerc/</span></code> (~ is one’s home directory). If there is a problem, an error
642
643
message should be displayed. Leaving aside random disk glitches, this can
643
644
be prevented by never editing the files by hand, using the configuration
644
645
dialog, under Options, instead Options. Once it happens, the solution may
645
646
be to delete one or more of the configuration files.</p>
646
647
<p>If IDLE quits with no message, and it was not started from a console, try
647
-
starting from a console (<codeclass="docutils literal notranslate"><spanclass="pre">python</span><spanclass="pre">-m</span><spanclass="pre">idlelib)</span></code> and see if a message appears.</p>
648
+
starting from a console (<codeclass="docutils literal notranslate"><spanclass="pre">python</span><spanclass="pre">-m</span><spanclass="pre">idlelib</span></code>) and see if a message appears.</p>
648
649
</div>
649
650
<divclass="section" id="running-user-code">
650
651
<h3>Running user code<aclass="headerlink" href="#running-user-code" title="Permalink to this headline">¶</a></h3>
@@ -791,20 +792,20 @@ <h2>Help and preferences<a class="headerlink" href="#help-and-preferences" title
791
792
Or click the TOC (Table of Contents) button and select a section
792
793
header in the opened box.</p>
793
794
<p>Help menu entry “Python Docs” opens the extensive sources of help,
794
-
including tutorials, available at docs.python.org/x.y, where ‘x.y’
795
+
including tutorials, available at <codeclass="docutils literal notranslate"><spanclass="pre">docs.python.org/x.y</span></code>, where ‘x.y’
795
796
is the currently running Python version. If your system
796
797
has an off-line copy of the docs (this may be an installation option),
797
798
that will be opened instead.</p>
798
799
<p>Selected URLs can be added or removed from the help menu at any time using the
799
-
General tab of the Configure IDLE dialog.</p>
800
+
General tab of the Configure IDLE dialog.</p>
800
801
</div>
801
802
<divclass="section" id="setting-preferences">
802
803
<spanid="preferences"></span><h3>Setting preferences<aclass="headerlink" href="#setting-preferences" title="Permalink to this headline">¶</a></h3>
803
804
<p>The font preferences, highlighting, keys, and general preferences can be
804
805
changed via Configure IDLE on the Option menu.
805
-
Non-default user settings are saved in a .idlerc directory in the user’s
806
+
Non-default user settings are saved in a <codeclass="docutils literal notranslate"><spanclass="pre">.idlerc</span></code> directory in the user’s
806
807
home directory. Problems caused by bad user configuration files are solved
807
-
by editing or deleting one or more of the files in .idlerc.</p>
808
+
by editing or deleting one or more of the files in <codeclass="docutils literal notranslate"><spanclass="pre">.idlerc</span></code>.</p>
808
809
<p>On the Font tab, see the text sample for the effect of font face and size
809
810
on multiple characters in multiple languages. Edit the sample to add
810
811
other characters of personal interest. Use the sample to select
0 commit comments