[Python-checkins] python/dist/src/Lib/lib-tk tkFont.py,1.8,1.9

loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri Aug 20 08:19:26 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/lib-tk
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3884

Modified Files:
	tkFont.py 
Log Message:
Remove debug print.


Index: tkFont.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/lib-tk/tkFont.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** tkFont.py	20 Aug 2004 03:47:13 -0000	1.8
--- tkFont.py	20 Aug 2004 06:19:23 -0000	1.9
***************
*** 92,96 ****
              # if font config info supplied, apply it
              if font:
-                 print "font=%r" % font
                  root.tk.call("font", "configure", self.name, *font)
          else:
--- 92,95 ----



More information about the Python-checkins mailing list