Paul Rubin wrote: > Do you anticipate having parameters like socket.AF_INET that are > currently integers, become enumeration members in future releases?
Since these are derived from values defined as integers in C, it's probably better to leave them that way. There may be code that relies on them being integers or having those integer values. -- Greg -- http://mail.python.org/mailman/listinfo/python-list