[issue7300] Unicode arguments in str.format()

Eric Smith report at bugs.python.org
Thu Mar 11 15:52:30 CET 2010


Eric Smith <eric at trueblade.com> added the comment:

I'm not sure I'm wild about doing the work twice, once as string and once as unicode if need be. But I'll consider it, especially since this is only a 2.7 issue.

There could be side effects of evaluating the replacement strings, but I'm not sure it's worth worrying about. Attribute (or index) access having side effects isn't something I think we need to cater to.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7300>
_______________________________________


More information about the Python-bugs-list mailing list