This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients docs@python, methane
Date 2011-03-05.05:44:10
SpamBayes Score 0.038431905
Marked as misclassified No
Message-id <1299303851.53.0.103129334097.issue11405@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/py3k/tutorial/inputoutput.html#fancier-output-formatting

> The standard module string contains some useful operations for padding strings to a given column width; these will be discussed shortly.

The document uses str.rjust, ljust, zfill methods and not use string module
for padding.
History
Date User Action Args
2011-03-05 05:44:11methanesetrecipients: + methane, docs@python
2011-03-05 05:44:11methanesetmessageid: <1299303851.53.0.103129334097.issue11405@psf.upfronthosting.co.za>
2011-03-05 05:44:10methanelinkissue11405 messages
2011-03-05 05:44:10methanecreate