Was doing some string formatting, noticed the following:

>>> x = None
>>> "%s" % x
'None'

Is there a reason it maps to 'None'? I had expected ''.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to