c enum - how to do this in python?

Grant Edwards grante at visi.com
Sat Feb 22 00:34:20 EST 2003


In article <haad5voagh78aempcuv3g460p4f2eea3ne at 4ax.com>, Rene Pijlman wrote:

> I'm not sure where things went wrong in computer science. 
> 
> C lacks a byte data type,

Eh? C has three byte data types:

  unsigned char
  signed char
  char

-- 
Grant Edwards                   grante             Yow!  I'm EMOTIONAL
                                  at               now because I have
                               visi.com            MERCHANDISING CLOUT!!




More information about the Python-list mailing list