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

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Aug 18 19:47:44 CEST 2004


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

Modified Files:
	tkFont.py 
Log Message:
Expand tabs.


Index: tkFont.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/lib-tk/tkFont.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** tkFont.py	18 Aug 2004 11:06:44 -0000	1.6
--- tkFont.py	18 Aug 2004 17:47:40 -0000	1.7
***************
*** 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,96 ----
              # if font config info supplied, apply it
              if font:
!                 print "font=%r" % font
                  root.tk.call("font", "configure", self.name, *font)
          else:



More information about the Python-checkins mailing list