[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
More information about the Python-Dev mailing list
Wed Aug 18 19:44:18 CEST 2004
- Previous message: [Python-Dev] Re: adding a bytes sequence type to Python
- Next message: [Python-Dev] Re: adding a bytes sequence type to Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Re: adding a bytes sequence type to Python
- Next message: [Python-Dev] Re: adding a bytes sequence type to Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list