Ev Kontsevoy <eugu...@gmail.com> added the comment:

If the behavior of string.format() can be fixed to act identically to u"%s" % 
"" that would be simply wonderful!

Currently at work we have a rule in place: to never use string.format() since 
it cannot be used for anything but constants due to encoding exceptions.

----------

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

Reply via email to