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 terry.reedy
Date 2019-10-26.22:25:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572128726.44.0.431515435584.issue38598@roundup.psfhosted.org>
In-reply-to
Content
Trying to compile grep output is also bad.  The ultimate fix is to subclass the specialized code editor from the general text editor, instead of vice versa as at present, but I leave that for later, and will simply check if the window about to be compiled is an instance of OutputWindow (which is also the PyShell superclass).
History
Date User Action Args
2019-10-26 22:25:26terry.reedysetrecipients: + terry.reedy
2019-10-26 22:25:26terry.reedysetmessageid: <1572128726.44.0.431515435584.issue38598@roundup.psfhosted.org>
2019-10-26 22:25:26terry.reedylinkissue38598 messages
2019-10-26 22:25:26terry.reedycreate