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 terry.reedy
Recipients cheryl.sabella, terry.reedy
Date 2017-11-21.16:34:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511282098.82.0.213398074469.issue32100@psf.upfronthosting.co.za>
In-reply-to
Content
Error is printed in console window if IDLE started from one.
>>> import idlelib.idle
# Select pathbrowser in File menu
Exception in Tkinter callback
Traceback (most recent call last):
  File "F:\dev\3x\lib\tkinter\__init__.py", line 1699, in __call__
    return self.func(*args)
  File "F:\dev\3x\lib\idlelib\editor.py", line 671, in open_path_browser
    pathbrowser.PathBrowser(self.flist)
  File "F:\dev\3x\lib\idlelib\pathbrowser.py", line 18, in __init__
    self.init(flist)
TypeError: init() takes 1 positional argument but 2 were given
History
Date User Action Args
2017-11-21 16:34:58terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2017-11-21 16:34:58terry.reedysetmessageid: <1511282098.82.0.213398074469.issue32100@psf.upfronthosting.co.za>
2017-11-21 16:34:58terry.reedylinkissue32100 messages
2017-11-21 16:34:58terry.reedycreate