I think I found 2 undocumented string format codes.

Bill bsagert at gmail.com
Wed Aug 24 16:45:09 EDT 2011


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?



More information about the Python-list mailing list