>      For most built-in types, the conversion specifiers will be the
>      same or similar to the existing conversion specifiers used with
>      the '%' operator.  Thus, instead of '%02.2x", you will say
>      '{0:2.2x}'.

Don't you mean, "{0:02.2x}"?

Bill
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to