[Python-checkins] python/dist/src/Doc/lib tkinter.tex, 1.27.2.4, 1.27.2.5

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Thu Sep 15 18:02:14 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5477/Doc/lib
Modified Files:
 Tag: release24-maint
	tkinter.tex 
Log Message:
backport patch [ 1277677 ] tkinter hello world example bug
Index: tkinter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tkinter.tex,v
retrieving revision 1.27.2.4
retrieving revision 1.27.2.5
diff -u -d -r1.27.2.4 -r1.27.2.5
--- tkinter.tex	29 Jan 2005 19:54:45 -0000	1.27.2.4
+++ tkinter.tex	15 Sep 2005 16:02:09 -0000	1.27.2.5
@@ -258,8 +258,10 @@
 self.pack()
 self.createWidgets()
 
-app = Application()
+root = Tk()
+app = Application(master=root)
 app.mainloop()
+root.destroy()
 \end{verbatim}
 
 


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /