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 jaraco
Recipients georg.brandl, jaraco
Date 2009-06-08.15:58:28
SpamBayes Score 5.9379283e-05
Marked as misclassified No
Message-id <1244476710.84.0.84375943998.issue6238@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for string.ljust, string.rjust, and string.center is
missing the optional parameter fillchar.  The str.ljust documentation
appears to be correct.

This was observed in Python 2.6.2 documentation as found on the
docs.python.org site at the time of this report.
History
Date User Action Args
2009-06-08 15:58:30jaracosetrecipients: + jaraco, georg.brandl
2009-06-08 15:58:30jaracosetmessageid: <1244476710.84.0.84375943998.issue6238@psf.upfronthosting.co.za>
2009-06-08 15:58:29jaracolinkissue6238 messages
2009-06-08 15:58:28jaracocreate