[Python-Dev] Re: adding a bytes sequence type to Python

"Martin v. Löwis" martin at v.loewis.de
Wed Aug 18 19:44:18 CEST 2004


M.-A. Lemburg wrote:
> Wouldn't it be possible to extend the existing buffer type
> to meet those standards ?

Yes; you then need to change all codecs to return buffers
from .encode.

Regards,
Martin



More information about the Python-Dev mailing list