Eric Smith <e...@trueblade.com> added the comment:

I don't understand how this:
n=1
print "One hour." % n

is different from this:
map={'n': 3}
print "One hour." % map

In any event, if str.format works for you, use that. It's the new style.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8359>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to