Message358408
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. |
|
Date |
User |
Action |
Args |
2019-12-14 22:01:41 | ZackerySpytz | set | recipients:
+ ZackerySpytz, terry.reedy |
2019-12-14 22:01:41 | ZackerySpytz | set | messageid: <1576360901.2.0.273955220755.issue39050@roundup.psfhosted.org> |
2019-12-14 22:01:41 | ZackerySpytz | link | issue39050 messages |
2019-12-14 22:01:40 | ZackerySpytz | create | |
|