This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients THRlWiTi, christian.heimes, ezio.melotti, gregory.p.smith, martin.panter, methane, n, serhiy.storchaka, terry.reedy
Date 2017-01-04.07:40:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483515639.11.0.250761365473.issue17301@psf.upfronthosting.co.za>
In-reply-to
Content
I prefer ".inplace_translate" to ".mtranslate", but I'm not sure about it's worth enough to add it to bytearray.

In last year, I proposed adding `bytes.frombuffer()` constructor to avoid
unnecessary memory copy.
https://mail.python.org/pipermail/python-dev/2016-October/146668.html

Nick Coghlan againsted for adding methods to builtin type only for low level
programming, and suggested to implement it in 3rd party library first.
https://mail.python.org/pipermail/python-dev/2016-October/146746.html
https://mail.python.org/pipermail/python-dev/2016-October/146763.html
History
Date User Action Args
2017-01-04 07:40:39methanesetrecipients: + methane, terry.reedy, gregory.p.smith, christian.heimes, ezio.melotti, THRlWiTi, martin.panter, serhiy.storchaka, n
2017-01-04 07:40:39methanesetmessageid: <1483515639.11.0.250761365473.issue17301@psf.upfronthosting.co.za>
2017-01-04 07:40:39methanelinkissue17301 messages
2017-01-04 07:40:38methanecreate