Message10036

Author zyasoft
Recipients jfroco, zyasoft
Date 2015-05-07.20:17:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431029825.55.0.555544613229.issue2273@psf.upfronthosting.co.za>
In-reply-to
Content
Currently this bug causes one failure in the WebOb test suite, due to code like so:

def _send_interrupted_req(server, path='/'):
    sock = socket.socket()
    sock.connect(('localhost', server.server_port))
    f = sock.makefile('wb')
    f.write(bytes_(_interrupted_req % path))
    f.flush()

Time to fix!
History
Date User Action Args
2015-05-07 20:17:05zyasoftsetmessageid: <1431029825.55.0.555544613229.issue2273@psf.upfronthosting.co.za>
2015-05-07 20:17:05zyasoftsetrecipients: + zyasoft, jfroco
2015-05-07 20:17:05zyasoftlinkissue2273 messages
2015-05-07 20:17:05zyasoftcreate