Byte type advice

Scott Barron kain at twilight.
Tue Oct 19 16:38:50 EDT 1999


Is there any Byte type in Python?  What I am specifically trying to do
is port some VB code which has a Byte type defined as an unsigned 8-bit
number.  Would it be safe to use a regular Python number type, or am I
going to have to do more work?

Thanks,
Scott




More information about the Python-list mailing list