[issue15601] tkinter test_variables fails with OS X Aqua Tk 8.4

2015-08-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Please open a new issue Laura. -- nosy: +serhiy.storchaka status: open -> closed ___ Python tracker ___ __

[issue15601] tkinter test_variables fails with OS X Aqua Tk 8.4

2015-08-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: Andrew (and others): I wasn't sure whether to reopen this or start a new issue. Will re-close this and open new if preferable. -- nosy: +terry.reedy status: closed -> open ___ Python tracker

[issue15601] tkinter test_variables fails with OS X Aqua Tk 8.4

2015-08-12 Thread Laura Creighton
Laura Creighton added the comment: Terry Reedy asked me to add this here. Either this bug is not fixed, or I am getting a new one. I have tried this on several debian unstable releases. lac at smartwheels:~$ lsb_release -a LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.

[issue15601] tkinter test_variables fails with OS X Aqua Tk 8.4

2012-08-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: Agree with Martin. Fixed. Thanks. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker __

[issue15601] tkinter test_variables fails with OS X Aqua Tk 8.4

2012-08-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 20a46c73855f by Andrew Svetlov in branch 'default': Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4 http://hg.python.org/cpython/rev/20a46c73855f -- nosy: +python-dev ___ Python tra

[issue15601] tkinter test_variables fails with OS X Aqua Tk 8.4

2012-08-08 Thread Martin v . Löwis
Martin v. Löwis added the comment: The purpose of the test is to test whether get works on a string variable. Any boolean/string conversions aren't really relevant here, so we should just use a second string in the test (e.g. "def"), instead of True. -- nosy: +loewis _

[issue15601] tkinter test_variables fails with OS X Aqua Tk 8.4

2012-08-08 Thread Ned Deily
New submission from Ned Deily: == FAIL: test_get (tkinter.test.test_tkinter.test_variables.TestStringVar) -- Traceback (most recent call last): File "/Library