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 wohlganger
Recipients ned.deily, serhiy.storchaka, terry.reedy, wohlganger
Date 2017-07-11.13:48:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499780924.91.0.0695166968049.issue27099@psf.upfronthosting.co.za>
In-reply-to
Content
Pull request won't pass build test, but passes the full idle test on my workstation. 

Primary cause seems to be:
ImportError: cannot import name 'EditorWindow' from 'idlelib.editor'

I can also import EditorWindow by itself on my workstation. None of the changes to EditorWindow seem like they should be causing this error. Any ideas?
History
Date User Action Args
2017-07-11 13:48:44wohlgangersetrecipients: + wohlganger, terry.reedy, ned.deily, serhiy.storchaka
2017-07-11 13:48:44wohlgangersetmessageid: <1499780924.91.0.0695166968049.issue27099@psf.upfronthosting.co.za>
2017-07-11 13:48:44wohlgangerlinkissue27099 messages
2017-07-11 13:48:44wohlgangercreate