Message10462

Author teeohhem
Recipients teeohhem
Date 2015-11-12.15:53:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447343612.16.0.00859937162341.issue2426@psf.upfronthosting.co.za>
In-reply-to
Content
The _socket.shutdown() method should accept a value of _socket.SHUT_RDWR (or 2) to shut off both the read and write operations of the socket at the same time. Currently the way the code is written, that value is effectively ignored.
History
Date User Action Args
2015-11-12 15:53:32teeohhemsetrecipients: + teeohhem
2015-11-12 15:53:32teeohhemsetmessageid: <1447343612.16.0.00859937162341.issue2426@psf.upfronthosting.co.za>
2015-11-12 15:53:32teeohhemlinkissue2426 messages
2015-11-12 15:53:31teeohhemcreate