[issue15951] string.Formatter returns str for empty unicode template

Chris Jerdonek report at bugs.python.org
Sun Sep 16 22:09:41 CEST 2012


Chris Jerdonek added the comment:

I filed issue 15952 for the behavior difference between format(value) and value.__format__() and the related lack of documentation re: unicode format strings.

Given that the expected behavior for the current issue doesn't seem to be documented (aside from PEP 3101, which is probably too late to follow), we should probably agree on what the behavior should be (as well as documenting it) before or while addressing this issue.

----------

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


More information about the Python-bugs-list mailing list