"Byte" type?

Lie Ryan lie.1296 at gmail.com
Sun Feb 15 00:56:17 EST 2009


On Sat, 14 Feb 2009 22:10:41 -0800, John Nagle wrote:

>  >>> xx = b'x'

Isn't this creating a regular byte?

Shouldn't creation of bytearray be:

>>> xx = bytearray(b'x')





More information about the Python-list mailing list