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