Message338608
| Author | skrah |
|---|---|
| Recipients | methane, ncoghlan, skrah, terry.reedy, vstinner |
| Date | 2019-03-22.15:01:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1553266868.21.0.717380854564.issue36299@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Just to demonstrate what the format would look like, this is working for an array of fixed bytes: >>> x = xnd([b"123", b"23456"], dtype="fixed_bytes(size=10)") >>> memoryview(x).format '10s' So the formats in the previous message would be '10u' and '10w'. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-03-22 15:01:08 | skrah | set | recipients: + skrah, terry.reedy, ncoghlan, vstinner, methane |
| 2019-03-22 15:01:08 | skrah | set | messageid: <1553266868.21.0.717380854564.issue36299@roundup.psfhosted.org> |
| 2019-03-22 15:01:08 | skrah | link | issue36299 messages |
| 2019-03-22 15:01:08 | skrah | create | |