4
4
< html xmlns ="http://www.w3.org/1999/xhtml ">
5
5
< head >
6
6
< meta charset ="utf-8 " />
7
- < title > IDLE — Python 3.9.0a0 documentation</ title >
7
+ < title > IDLE — Python 3.9.0a1 documentation</ title >
8
8
< link rel ="stylesheet " href ="../_static/pydoctheme.css " type ="text/css " />
9
9
< link rel ="stylesheet " href ="../_static/pygments.css " type ="text/css " />
10
10
17
17
< script type ="text/javascript " src ="../_static/sidebar.js "> </ script >
18
18
19
19
< link rel ="search " type ="application/opensearchdescription+xml "
20
- title ="Search within Python 3.9.0a0 documentation "
20
+ title ="Search within Python 3.9.0a1 documentation "
21
21
href ="../_static/opensearch.xml "/>
22
22
< link rel ="author " title ="About these documents " href ="../about.html " />
23
23
< link rel ="index " title ="Index " href ="../genindex.html " />
24
24
< link rel ="search " title ="Search " href ="../search.html " />
25
25
< link rel ="copyright " title ="Copyright " href ="../copyright.html " />
26
26
< link rel ="next " title ="Other Graphical User Interface Packages " href ="othergui.html " />
27
- < link rel ="prev " title ="tkinter.scrolledtext — Scrolled Text Widget " href ="tkinter.scrolledtext .html " />
27
+ < link rel ="prev " title ="tkinter.tix — Extension widgets for Tk " href ="tkinter.tix .html " />
28
28
< link rel ="canonical " href ="https://docs.python.org/3/library/idle.html " />
29
29
30
30
@@ -62,7 +62,7 @@ <h3>Navigation</h3>
62
62
< a href ="othergui.html " title ="Other Graphical User Interface Packages "
63
63
accesskey ="N "> next</ a > |</ li >
64
64
< li class ="right " >
65
- < a href ="tkinter.scrolledtext .html " title ="tkinter.scrolledtext — Scrolled Text Widget "
65
+ < a href ="tkinter.tix .html " title ="tkinter.tix — Extension widgets for Tk "
66
66
accesskey ="P "> previous</ a > |</ li >
67
67
68
68
< li > < img src ="../_static/py.png " alt =""
@@ -71,7 +71,7 @@ <h3>Navigation</h3>
71
71
72
72
73
73
< li >
74
- < a href ="../index.html "> 3.9.0a0 Documentation</ a > »
74
+ < a href ="../index.html "> 3.9.0a1 Documentation</ a > »
75
75
</ li >
76
76
77
77
< li class ="nav-item nav-item-1 "> < a href ="index.html " > The Python Standard Library</ a > »</ li >
@@ -240,7 +240,8 @@ <h3>Edit menu (Shell and Editor)<a class="headerlink" href="#edit-menu-shell-and
240
240
</ dd >
241
241
< dt > Strip trailing whitespace</ dt > < dd > < p > Remove trailing space and other whitespace characters after the last
242
242
non-whitespace character of a line by applying str.rstrip to each line,
243
- including lines within multiline strings.</ p >
243
+ including lines within multiline strings. Except for Shell windows,
244
+ remove extra newlines at the end of the file.</ p >
244
245
</ dd >
245
246
</ dl >
246
247
</ div >
@@ -886,8 +887,8 @@ <h3><a href="../contents.html">Table of Contents</a></h3>
886
887
</ ul >
887
888
888
889
< h4 > Previous topic</ h4 >
889
- < p class ="topless "> < a href ="tkinter.scrolledtext .html "
890
- title ="previous chapter "> < code class ="xref py py-mod docutils literal notranslate "> < span class ="pre "> tkinter.scrolledtext </ span > </ code > — Scrolled Text Widget </ a > </ p >
890
+ < p class ="topless "> < a href ="tkinter.tix .html "
891
+ title ="previous chapter "> < code class ="xref py py-mod docutils literal notranslate "> < span class ="pre "> tkinter.tix </ span > </ code > — Extension widgets for Tk </ a > </ p >
891
892
< h4 > Next topic</ h4 >
892
893
< p class ="topless "> < a href ="othergui.html "
893
894
title ="next chapter "> Other Graphical User Interface Packages</ a > </ p >
@@ -919,7 +920,7 @@ <h3>Navigation</h3>
919
920
< a href ="othergui.html " title ="Other Graphical User Interface Packages "
920
921
> next</ a > |</ li >
921
922
< li class ="right " >
922
- < a href ="tkinter.scrolledtext .html " title ="tkinter.scrolledtext — Scrolled Text Widget "
923
+ < a href ="tkinter.tix .html " title ="tkinter.tix — Extension widgets for Tk "
923
924
> previous</ a > |</ li >
924
925
925
926
< li > < img src ="../_static/py.png " alt =""
@@ -928,7 +929,7 @@ <h3>Navigation</h3>
928
929
929
930
930
931
< li >
931
- < a href ="../index.html "> 3.9.0a0 Documentation</ a > »
932
+ < a href ="../index.html "> 3.9.0a1 Documentation</ a > »
932
933
</ li >
933
934
934
935
< li class ="nav-item nav-item-1 "> < a href ="index.html " > The Python Standard Library</ a > »</ li >
@@ -959,11 +960,11 @@ <h3>Navigation</h3>
959
960
< br />
960
961
< br />
961
962
962
- Last updated on Sep 01 , 2019.
963
+ Last updated on Nov 24 , 2019.
963
964
< a href ="https://docs.python.org/3/bugs.html "> Found a bug</ a > ?
964
965
< br />
965
966
966
- Created using < a href ="http://sphinx.pocoo.org/ "> Sphinx</ a > 2.1.2 .
967
+ Created using < a href ="http://sphinx.pocoo.org/ "> Sphinx</ a > 2.1.1 .
967
968
</ div >
968
969
969
970
</ body >
0 commit comments