Message 147858 - Python tracker

Message147858

Author petri.lehtinen
Recipients petri.lehtinen
Date 2011-11-18.11:58:54
SpamBayes Score 5.016832e-08
Marked as misclassified No
Message-id <1321617535.12.0.0988297561958.issue13428@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2011-11-18 11:58:55petri.lehtinensetrecipients: + petri.lehtinen
2011-11-18 11:58:55petri.lehtinensetmessageid: <1321617535.12.0.0988297561958.issue13428@psf.upfronthosting.co.za>
2011-11-18 11:58:54petri.lehtinenlinkissue13428 messages
2011-11-18 11:58:54petri.lehtinencreate