[Python-Dev] Re: python/dist/src/Lib/lib-tk tkFont.py,1.6,1.7 (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Sat Aug 28 11:19:36 CEST 2004
- Previous message: [Python-Dev] __mangled in stdlib considered poor form
- Next message: [Python-Dev] Re: python/dist/src/Lib/lib-tk tkFont.py,1.6,1.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
loewis at users.sourceforge.net wrote:
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:
ahem. tab or not, that sure looks like a debugging statement, right?
- Previous message: [Python-Dev] __mangled in stdlib considered poor form
- Next message: [Python-Dev] Re: python/dist/src/Lib/lib-tk tkFont.py,1.6,1.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]