On 24.08.2011 22:45, Bill wrote:
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?
See
http
On Aug 24, 3:45 pm, Bill wrote:
> My google-fu has failed me in finding info on %h and %l string
> formatting codes.
Did it ever occur to you to peruse the docs?
http://docs.python.org/library/stdtypes.html#string-formatting-operations
Stop using the limited deprecated string interpolation and u