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 GNJ, klappnase, ned.deily, serhiy.storchaka, tkinter
Date 2016-10-30.18:52:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477853536.76.0.767819152451.issue28498@psf.upfronthosting.co.za>
In-reply-to
Content
With ActiveState 8.6.4.1 (the most recent version available) on macOS:

======================================================================
ERROR: test_tk_busy (tkinter.test.test_tkinter.test_misc.MiscTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/py/dev/36/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.6/lib/python3.6/tkinter/test/test_tkinter/test_misc.py", line 33, in test_tk_busy
    f.tk_busy_hold(cursor='gumby')
  File "/py/dev/36/root/fwd_macports/Library/Frameworks/pytest_10.12.framework/Versions/3.6/lib/python3.6/tkinter/__init__.py", line 849, in tk_busy_hold
    self.tk.call('tk', 'busy', 'hold', self._w, *self._options(kw))
_tkinter.TclError: unknown option "-cursor"

----------------------------------------------------------------------
History
Date User Action Args
2016-10-30 18:52:16ned.deilysetrecipients: + ned.deily, klappnase, serhiy.storchaka, tkinter, GNJ
2016-10-30 18:52:16ned.deilysetmessageid: <1477853536.76.0.767819152451.issue28498@psf.upfronthosting.co.za>
2016-10-30 18:52:16ned.deilylinkissue28498 messages
2016-10-30 18:52:16ned.deilycreate