Message335537
| Author | josh.r |
|---|---|
| Recipients | berdario, eryksun, ezio.melotti, josh.r, rhettinger, stutzbach |
| Date | 2019-02-14.16:29:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550161773.61.0.851562821201.issue25737@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
This should not be closed as a duplicate. Yes, array.array isn't automatically a Sequence, but since it isn't, the array module should be modified to explicitly do the equivalent of: import _collections_abc _collections_abc.Sequence.register(array) so it's properly registered manually. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-14 16:29:33 | josh.r | set | recipients: + josh.r, rhettinger, stutzbach, ezio.melotti, eryksun, berdario |
| 2019-02-14 16:29:33 | josh.r | set | messageid: <1550161773.61.0.851562821201.issue25737@roundup.psfhosted.org> |
| 2019-02-14 16:29:33 | josh.r | link | issue25737 messages |
| 2019-02-14 16:29:33 | josh.r | create | |