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 steve.dower
Recipients christian.heimes, python-dev, steve.dower
Date 2016-09-17.21:37:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474148227.02.0.300446220705.issue28192@psf.upfronthosting.co.za>
In-reply-to
Content
Turned out that we really only need to check for sys.__interactivehook__, which made it much easier to write the tests.
History
Date User Action Args
2016-09-17 21:37:07steve.dowersetrecipients: + steve.dower, christian.heimes, python-dev
2016-09-17 21:37:07steve.dowersetmessageid: <1474148227.02.0.300446220705.issue28192@psf.upfronthosting.co.za>
2016-09-17 21:37:06steve.dowerlinkissue28192 messages
2016-09-17 21:37:06steve.dowercreate