My google-fu has failed me in finding info on %h and %l string formatting codes.
>>> '%h' %'hello' exceptions.ValueError: incomplete format >>> '%l' %'hello' exceptions.ValueError: incomplete format Does anyone know what doing a "complete format" means? -- http://mail.python.org/mailman/listinfo/python-list