@@ -65,6 +65,21 @@ <h3>Navigation</h3>
6565
6666 < li class ="nav-item nav-item-1 "> < a href ="index.html " > The Python Standard Library</ a > »</ li >
6767 < li class ="nav-item nav-item-2 "> < a href ="tk.html " accesskey ="U "> 25. Graphical User Interfaces with Tk</ a > »</ li >
68+ < li class ="right ">
69+
70+
71+ < div class ="inline-search " style ="display: none " role ="search ">
72+ < form class ="inline-search " action ="../search.html " method ="get ">
73+ < input placeholder ="Quick search " type ="text " name ="q " />
74+ < input type ="submit " value ="Go " />
75+ < input type ="hidden " name ="check_keywords " value ="yes " />
76+ < input type ="hidden " name ="area " value ="default " />
77+ </ form >
78+ </ div >
79+ < script type ="text/javascript "> $ ( '.inline-search' ) . show ( 0 ) ; </ script >
80+ |
81+ </ li >
82+
6883 </ ul >
6984 </ div >
7085
@@ -240,6 +255,8 @@ <h3>25.5.1.5. Shell menu (Shell window only)<a class="headerlink" href="#shell-m
240255< dd > Scroll the shell window to the last Shell restart.</ dd >
241256< dt > Restart Shell</ dt >
242257< dd > Restart the shell to clean the environment.</ dd >
258+ < dt > Interrupt Execution</ dt >
259+ < dd > Stop a running program.</ dd >
243260</ dl >
244261</ div >
245262< div class ="section " id ="debug-menu-shell-window-only ">
@@ -649,26 +666,14 @@ <h4>Previous topic</h4>
649666 < h4 > Next topic</ h4 >
650667 < p class ="topless "> < a href ="othergui.html "
651668 title ="next chapter "> 25.6. Other Graphical User Interface Packages</ a > </ p >
652- < h3 > This Page</ h3 >
653- < ul class ="this-page-menu ">
654- < li > < a href ="../bugs.html "> Report a Bug</ a > </ li >
655- < li > < a href ="../_sources/library/idle.txt "
656- rel ="nofollow "> Show Source</ a > </ li >
657- </ ul >
658-
659- < div id ="searchbox " style ="display: none " role ="search ">
660- < h3 > Quick search</ h3 >
661- < form class ="search " action ="../search.html " method ="get ">
662- < input type ="text " name ="q " />
663- < input type ="submit " value ="Go " />
664- < input type ="hidden " name ="check_keywords " value ="yes " />
665- < input type ="hidden " name ="area " value ="default " />
666- </ form >
667- < p class ="searchtip " style ="font-size: 90% ">
668- Enter search terms or a module, class or function name.
669- </ p >
670- </ div >
671- < script type ="text/javascript "> $ ( '#searchbox' ) . show ( 0 ) ; </ script >
669+ < div role ="note " aria-label ="source link ">
670+ < h3 > This Page</ h3 >
671+ < ul class ="this-page-menu ">
672+ < li > < a href ="../bugs.html "> Report a Bug</ a > </ li >
673+ < li > < a href ="../_sources/library/idle.txt "
674+ rel ="nofollow "> Show Source</ a > </ li >
675+ </ ul >
676+ </ div >
672677 </ div >
673678 </ div >
674679 < div class ="clearer "> </ div >
@@ -697,6 +702,21 @@ <h3>Navigation</h3>
697702
698703 < li class ="nav-item nav-item-1 "> < a href ="index.html " > The Python Standard Library</ a > »</ li >
699704 < li class ="nav-item nav-item-2 "> < a href ="tk.html " > 25. Graphical User Interfaces with Tk</ a > »</ li >
705+ < li class ="right ">
706+
707+
708+ < div class ="inline-search " style ="display: none " role ="search ">
709+ < form class ="inline-search " action ="../search.html " method ="get ">
710+ < input placeholder ="Quick search " type ="text " name ="q " />
711+ < input type ="submit " value ="Go " />
712+ < input type ="hidden " name ="check_keywords " value ="yes " />
713+ < input type ="hidden " name ="area " value ="default " />
714+ </ form >
715+ </ div >
716+ < script type ="text/javascript "> $ ( '.inline-search' ) . show ( 0 ) ; </ script >
717+ |
718+ </ li >
719+
700720 </ ul >
701721 </ div >
702722 < div class ="footer ">
@@ -705,7 +725,7 @@ <h3>Navigation</h3>
705725 The Python Software Foundation is a non-profit corporation.
706726 < a href ="https://www.python.org/psf/donations/ "> Please donate.</ a >
707727 < br />
708- Last updated on Aug 30 , 2016.
728+ Last updated on Sep 12 , 2016.
709729 < a href ="../bugs.html "> Found a bug</ a > ?
710730 < br />
711731 Created using < a href ="http://sphinx.pocoo.org/ "> Sphinx</ a > 1.3.6.
0 commit comments