Message7240

Author alekstorm
Recipients alekstorm
Date 2012-06-18.00:12:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339978349.05.0.00370865654023.issue1928@psf.upfronthosting.co.za>
In-reply-to
Content
The `ip` member of the `(ip, port)` address tuple, which is itself a member of the `(conn, address)` tuple returned from socket.accept(), is unicode, when it should be str (or at least, it is in CPython, and I can't think of a reason it should be unicode).
History
Date User Action Args
2012-06-18 00:12:29alekstormsetrecipients: + alekstorm
2012-06-18 00:12:29alekstormsetmessageid: <1339978349.05.0.00370865654023.issue1928@psf.upfronthosting.co.za>
2012-06-18 00:12:28alekstormlinkissue1928 messages
2012-06-18 00:12:26alekstormcreate