[issue26090] More correct string truncating in PyUnicode_FromFormat()

Serhiy Storchaka report at bugs.python.org
Tue Jan 12 12:49:09 EST 2016


Serhiy Storchaka added the comment:

I think we can make this feature available with classic formatting '%.100r', but with new formatting '{0:.100!r}' (especially with f-strings) this can be not so easy.

----------

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


More information about the Python-bugs-list mailing list