"Hrvoje Niksic" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > The %x conversion specifier is documented in > http://docs.python.org/lib/typesseq-strings.html as "Unsigned > hexadecimal (lowercase)." What does "unsigned" refer to?
It's obsolete, a fallout of int/long int unification. See http://www.python.org/dev/peps/pep-0237/ -- http://mail.python.org/mailman/listinfo/python-list