Message292558
I don’t think the API should be expanded to accept arbitrary bytes-like objects as format strings. Struct formats are strings of ASCII-compatible characters, but not arbitrary chunks of memory.
I think the main question is whether it is okay to break compatibility (Victor’s pull request, or my format-str.patch), or whether there has to be a backwards-compatible deprecation of the existing bytes attribute. FWIW I am okay with breaking compatibility, since the main documentation already implies it should be a text string. |
|
| Date |
User |
Action |
Args |
| 2017-04-29 03:07:47 | martin.panter | set | recipients:
+ martin.panter, rhettinger, vstinner, benjamin.peterson, Arfrever, r.david.murray, zbysz, docs@python, serhiy.storchaka, xiang.zhang |
| 2017-04-29 03:07:47 | martin.panter | set | messageid: <[email protected]> |
| 2017-04-29 03:07:47 | martin.panter | link | issue21071 messages |
| 2017-04-29 03:07:46 | martin.panter | create | |
|