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 georg.brandl, ned.deily, python-dev, serhiy.storchaka
Date 2013-10-27.10:26:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382869611.64.0.33914246286.issue18964@psf.upfronthosting.co.za>
In-reply-to
Content
With 3.3.3rc1 and Tcl/Tk 8.4, I'm now seeing on OS X 10.5 with ActiveTcl 8.4.20:


======================================================================
ERROR: test_merge (test.test_tcl.TclTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/test/test_tcl.py", line 280, in test_merge
    ((call('dict', 'create', 12, '\u20ac', b'\xe2\x82\xac', (3.4,)),),
_tkinter.TclError: invalid command name "dict"

----------------------------------------------------------------------
----------------------------------------------------------------------
Ran 25 tests in 8.921s

FAILED (errors=1, skipped=2)
test test_tcl failed
History
Date User Action Args
2013-10-27 10:26:51ned.deilysetrecipients: + ned.deily, georg.brandl, python-dev, serhiy.storchaka
2013-10-27 10:26:51ned.deilysetmessageid: <1382869611.64.0.33914246286.issue18964@psf.upfronthosting.co.za>
2013-10-27 10:26:51ned.deilylinkissue18964 messages
2013-10-27 10:26:51ned.deilycreate