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 Akuli
Recipients Akuli
Date 2020-07-24.14:48:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595602111.15.0.773557179803.issue41384@roundup.psfhosted.org>
In-reply-to
Content
from Lib:tkinter/__init__.py:

    raise TclError('unknown option -'+kwargs.keys()[0])

This is no longer valid in Python 3.
History
Date User Action Args
2020-07-24 14:48:31Akulisetrecipients: + Akuli
2020-07-24 14:48:31Akulisetmessageid: <1595602111.15.0.773557179803.issue41384@roundup.psfhosted.org>
2020-07-24 14:48:31Akulilinkissue41384 messages
2020-07-24 14:48:31Akulicreate