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 vinay.sajip
Recipients pitrou, vinay.sajip, vstinner
Date 2017-07-08.14:45:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499525112.13.0.0988104809059.issue30522@psf.upfronthosting.co.za>
In-reply-to
Content
How about this as an API?

    def setStream(self, stream):
        """
        Sets the StreamHandler's stream to the specified value,
        if it is different.

        Returns the old stream, if the stream was changed, or None
        if it wasn't.
        """
History
Date User Action Args
2017-07-08 14:45:12vinay.sajipsetrecipients: + vinay.sajip, pitrou, vstinner
2017-07-08 14:45:12vinay.sajipsetmessageid: <1499525112.13.0.0988104809059.issue30522@psf.upfronthosting.co.za>
2017-07-08 14:45:12vinay.sajiplinkissue30522 messages
2017-07-08 14:45:12vinay.sajipcreate