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

"Martin v. Löwis" martin at v.loewis.de
Tue Aug 17 23:31:09 CEST 2004


Bob Ippolito wrote:
> I guess that was a bad example, what if the delimiter was \xff?

I would write

    bytes("delimited packet\xff")

Repeating myself: Guido wouldn't.

Regards,
Martin


More information about the Python-Dev mailing list