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 vstinner
Recipients bmiller, macd, vstinner
Date 2008-11-08.11:48:04
SpamBayes Score 0.023737779
Marked as misclassified No
Message-id <1226144886.45.0.112956982013.issue4275@psf.upfronthosting.co.za>
In-reply-to
Content
Why not using bytes() instead of bytearray()? Eg. replace 
s.send('Hello, world') by s.send(b'Hello, world').
History
Date User Action Args
2008-11-08 11:48:06vstinnersetrecipients: + vstinner, bmiller, macd
2008-11-08 11:48:06vstinnersetmessageid: <1226144886.45.0.112956982013.issue4275@psf.upfronthosting.co.za>
2008-11-08 11:48:05vstinnerlinkissue4275 messages
2008-11-08 11:48:05vstinnercreate