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 ZackerySpytz
Recipients ZackerySpytz, terry.reedy
Date 2019-12-14.22:01:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576360901.2.0.273955220755.issue39050@roundup.psfhosted.org>
In-reply-to
Content
When I click the button, I see a traceback.

Exception in Tkinter callback
Traceback (most recent call last):
  File "/home/lubuntu2/cpython/Lib/tkinter/__init__.py", line 1885, in __call__
    return self.func(*args)
  File "/home/lubuntu2/cpython/Lib/idlelib/configdialog.py", line 212, in help
    view_text(self, title='Help for IDLE preferences',
TypeError: view_text() got an unexpected keyword argument 'text'


It appears that this bug was introduced in bpo-37628 / 3221a63c692.
History
Date User Action Args
2019-12-14 22:01:41ZackerySpytzsetrecipients: + ZackerySpytz, terry.reedy
2019-12-14 22:01:41ZackerySpytzsetmessageid: <1576360901.2.0.273955220755.issue39050@roundup.psfhosted.org>
2019-12-14 22:01:41ZackerySpytzlinkissue39050 messages
2019-12-14 22:01:40ZackerySpytzcreate