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 santoso.wijaya
Recipients OscarL, benjamin.peterson, pitrou, santoso.wijaya
Date 2011-06-16.20:25:40
SpamBayes Score 2.8492526e-05
Marked as misclassified No
Message-id <1308255941.5.0.814327196386.issue12340@psf.upfronthosting.co.za>
In-reply-to
Content
If `write(self, data)` is expected to receive `data` as a memoryview object, then it's up to pyserial to use `data.tobytes()` instead of `bytes(data)`, though this does not seem to be documented in the io module doc.
History
Date User Action Args
2011-06-16 20:25:41santoso.wijayasetrecipients: + santoso.wijaya, pitrou, benjamin.peterson, OscarL
2011-06-16 20:25:41santoso.wijayasetmessageid: <1308255941.5.0.814327196386.issue12340@psf.upfronthosting.co.za>
2011-06-16 20:25:40santoso.wijayalinkissue12340 messages
2011-06-16 20:25:40santoso.wijayacreate