]> granicus.if.org Git - python/commit
Add optional fillchar argument to ljust(), rjust(), and center() string methods.
authorRaymond Hettinger <python@rcn.com>
Wed, 26 Nov 2003 08:21:35 +0000 (08:21 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 26 Nov 2003 08:21:35 +0000 (08:21 +0000)
commit4f8f9765766a126ebfff3c81655454821f1ad532
tree90f6c08e42a551b8bb461d191afddaef5e4f0cf4
parentbd93b3ea8fd87742dd56c9c1ff514223892e0d4a
Add optional fillchar argument to ljust(), rjust(), and center() string methods.
Doc/lib/libstdtypes.tex
Lib/UserString.py
Lib/string.py
Lib/test/string_tests.py
Misc/NEWS
Objects/stringobject.c
Objects/unicodeobject.c