Message267079
| Author | serhiy.storchaka |
|---|---|
| Recipients | Henning.von.Bargen, benjamin.peterson, docs@python, martin.panter, pitrou, python-dev, r.david.murray, serhiy.storchaka |
| Date | 2016-06-03.08:09:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1464941387.04.0.895630960918.issue20699@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
array is supported explicitly in the Python implementation of readinto(). What if write not "usable with memoryview", but mention memoryview as an example? The object *b* should be a pre-allocated, writable array of bytes, such as :class:`bytearray`, :class:`array.array` or :class:`memoryview`. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-06-03 08:09:47 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, benjamin.peterson, r.david.murray, docs@python, python-dev, martin.panter, Henning.von.Bargen |
| 2016-06-03 08:09:47 | serhiy.storchaka | set | messageid: <1464941387.04.0.895630960918.issue20699@psf.upfronthosting.co.za> |
| 2016-06-03 08:09:47 | serhiy.storchaka | link | issue20699 messages |
| 2016-06-03 08:09:46 | serhiy.storchaka | create | |