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 xdegaye
Recipients vinay.sajip, xdegaye
Date 2016-04-19.07:35:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461051316.11.0.100147214694.issue26803@psf.upfronthosting.co.za>
In-reply-to
Content
The traceback:

    Traceback (most recent call last):
      File "Lib/logging/handlers.py", line 917, in emit
        self.socket.sendto(msg, self.address)
    TypeError: getsockaddrarg: AF_INET address must be tuple, not bytes

The attached patch reproduces the issue with a test case and fixes it.
History
Date User Action Args
2016-04-19 07:35:16xdegayesetrecipients: + xdegaye, vinay.sajip
2016-04-19 07:35:16xdegayesetmessageid: <1461051316.11.0.100147214694.issue26803@psf.upfronthosting.co.za>
2016-04-19 07:35:16xdegayelinkissue26803 messages
2016-04-19 07:35:15xdegayecreate