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 ned.deily
Recipients asvetlov, ned.deily
Date 2012-08-09.04:33:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344486833.0.0.731183249876.issue15601@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_get (tkinter.test.test_tkinter.test_variables.TestStringVar)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/tkinter/test/test_tkinter/test_variables.py", line 85, in test_get
    self.assertEqual("1", v.get())
AssertionError: '1' != 'True'
- 1
+ True

The OS X 32-bit installers for OS X 10.5+ link with Tcl/Tk 8.4 as that was the only version supplied by Apple for 10.5.  The test passes when linked with the Aqua Tcl/Tk 8.5 available in OS X 10.6+ and used with the 64-/32-bit OS X installers.
History
Date User Action Args
2012-08-09 04:33:53ned.deilysetrecipients: + ned.deily, asvetlov
2012-08-09 04:33:52ned.deilysetmessageid: <1344486833.0.0.731183249876.issue15601@psf.upfronthosting.co.za>
2012-08-09 04:33:52ned.deilylinkissue15601 messages
2012-08-09 04:33:51ned.deilycreate