[Python-3000] PEP 3137 plan of attack

Alexandre Vassalotti alexandre at peadrop.com
Tue Oct 9 00:05:36 CEST 2007


On 10/8/07, Guido van Rossum <guido at python.org> wrote:
> - remove buffer API from PyUnicode
> - change PyString's repr() to return "b'...'"
> - change PyBytes's repr() to return "buffer(b'...')"

I got patches for these. I plan to submit them for review after doing
more testing to make sure they work right.


-- Alexandre


More information about the Python-3000 mailing list