Issue13428
Created on 2011-11-18 11:58 by petri.lehtinen, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg147858 - (view) | Author: Petri Lehtinen (petri.lehtinen) * ![]() |
Date: 2011-11-18 11:58 | |
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). |
|||
| msg147860 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2011-11-18 12:03 | |
Duplicate of #7330. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:23 | admin | set | github: 57637 |
| 2011-11-18 12:03:21 | vstinner | set | status: open -> closed nosy:
+ vstinner resolution: duplicate |
| 2011-11-18 11:58:54 | petri.lehtinen | create | |
