]> granicus.if.org Git - python/commit
Issue #7330: Implement width and precision (ex: "%5.3s") for the format string
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 6 May 2013 21:11:54 +0000 (23:11 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 6 May 2013 21:11:54 +0000 (23:11 +0200)
commit8cecc8c2624f31e1af4d24a14d1dde36a771fac9
treedc10b27ac7eb8723dc35360fee78c33afe7eb3c1
parent9b5d4d8cef6c465292f02105b5e408eb5f7db01d
Issue #7330: Implement width and precision (ex: "%5.3s") for the format string
of PyUnicode_FromFormat() function, original patch written by Ysj Ray.
Doc/c-api/unicode.rst
Lib/test/test_unicode.py
Misc/NEWS
Objects/unicodeobject.c