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 fdrake
Recipients fdrake, rhettinger, serhiy.storchaka
Date 2017-04-05.21:45:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
This is not a problem for doctests, since the output stream is not a terminal; the check for terminal-ness seems reasonable.  (Though I don't have any idea if it works on Windows, but it seems properly factored.)
History
Date User Action Args
2017-04-05 21:45:22fdrakesetrecipients: + fdrake, rhettinger, serhiy.storchaka
2017-04-05 21:45:22fdrakesetmessageid: <[email protected]>
2017-04-05 21:45:22fdrakelinkissue29996 messages
2017-04-05 21:45:22fdrakecreate