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.

classification
Title: string.ljust documentation is missing optional fillchar description
Type: Stage:
Components: Documentation Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, jaraco
Priority: normal Keywords:

Created on 2009-06-08 15:58 by jaraco, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg89083 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2009-06-08 15:58
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.
msg89085 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-06-08 16:04
Fixed in r73296.  You shouldn't have been looking at those anyway :)
History
Date User Action Args
2022-04-11 14:56:49adminsetgithub: 50487
2009-06-08 16:04:02georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg89085
2009-06-08 15:58:29jaracocreate