commit | 4c63a972d194459ac17994d7f6d0be012880d740 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Oct 06 23:55:33 2012 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Oct 06 23:55:33 2012 +0200 |
tree | b08f323fa8101ce0bc0830243a3244f4401b0936 | |
parent | 15a1136547d1d5c4d5323f3213f5fa36f17d7e9d [diff] |
Cleanup PyUnicode_FromFormatV() for zero padding Skip the "0" instead of parsing it twice: detect zero padding and then parsed as a digit of the width.