This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients BreamoreBoy, amaury.forgeotdarc, gpolo, loewis, lpd, pitrou, terry.reedy
Date 2010-09-20.09:09:30
SpamBayes Score 1.0066702e-06
Marked as misclassified No
Message-id <1284973772.24.0.801100364218.issue1730136@psf.upfronthosting.co.za>
In-reply-to
Content
The new test case fails on (FreeBSD, OS X) buildbots:

======================================================================
ERROR: test_font_eq (tkinter.test.test_tkinter.test_font.FontTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/test/test_tkinter/test_font.py", line 10, in test_font_eq
    font1 = font.nametofont("system")
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/font.py", line 22, in nametofont
    return Font(name=name, exists=True)
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/tkinter/font.py", line 83, in __init__
    "named font %s does not already exist" % (self.name,))
_tkinter.TclError: named font system does not already exist

----------------------------------------------------------------------
History
Date User Action Args
2010-09-20 09:09:32pitrousetrecipients: + pitrou, loewis, terry.reedy, lpd, amaury.forgeotdarc, gpolo, BreamoreBoy
2010-09-20 09:09:32pitrousetmessageid: <1284973772.24.0.801100364218.issue1730136@psf.upfronthosting.co.za>
2010-09-20 09:09:31pitroulinkissue1730136 messages
2010-09-20 09:09:30pitroucreate