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 david-cpi
Recipients david-cpi
Date 2017-04-29.23:15:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493507734.99.0.744824306698.issue30212@psf.upfronthosting.co.za>
In-reply-to
Content
To make the test pass, I added the following try statement:
            try: 
             sock.sendall(buf)
            except:
             pass
History
Date User Action Args
2017-04-29 23:15:35david-cpisetrecipients: + david-cpi
2017-04-29 23:15:34david-cpisetmessageid: <1493507734.99.0.744824306698.issue30212@psf.upfronthosting.co.za>
2017-04-29 23:15:34david-cpilinkissue30212 messages
2017-04-29 23:15:34david-cpicreate