Message138466
| 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:41 | santoso.wijaya | set | recipients: + santoso.wijaya, pitrou, benjamin.peterson, OscarL |
| 2011-06-16 20:25:41 | santoso.wijaya | set | messageid: <1308255941.5.0.814327196386.issue12340@psf.upfronthosting.co.za> |
| 2011-06-16 20:25:40 | santoso.wijaya | link | issue12340 messages |
| 2011-06-16 20:25:40 | santoso.wijaya | create | |