Message338611
| Author | skrah |
|---|---|
| Recipients | methane, ncoghlan, serhiy.storchaka, skrah, terry.reedy, vstinner |
| Date | 2019-03-22.15:25:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1553268327.89.0.735360545088.issue36299@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The funny thing is that array() already knows this:
>>> import array
>>> a = array.array("u", "123")
>>> memoryview(a).format
'w' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-03-22 15:25:27 | skrah | set | recipients: + skrah, terry.reedy, ncoghlan, vstinner, methane, serhiy.storchaka |
| 2019-03-22 15:25:27 | skrah | set | messageid: <1553268327.89.0.735360545088.issue36299@roundup.psfhosted.org> |
| 2019-03-22 15:25:27 | skrah | link | issue36299 messages |
| 2019-03-22 15:25:27 | skrah | create | |