commit | 0a5f65ab0af44aed16da89abb2543e8242f927ea | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Mar 22 01:09:21 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Mar 22 01:09:21 2011 +0100 |
tree | b40d56e2f762b309dc9da2d00483aebee1d46796 | |
parent | 39bc38c39c5a0947c8c406e86a3e9faad930a133 [diff] |
Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s I suppose that the author would like to truncate the type name, not get a string of 100/200 characters.