New submission from Petri Lehtinen <pe...@digip.org>: Currently, the width and precision information for string codes are accepted but ignored. They should be used to pad short strings (width) and truncate long ones (precision), just like printf() (only in terms of code points rather than bytes, since those codes work with Unicode text).
---------- components: Interpreter Core messages: 147858 nosy: petri.lehtinen priority: normal severity: normal status: open title: PyUnicode_FromFormatV: support width and precision for string codes, e.g %S and %R type: feature request versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13428> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com