]> granicus.if.org Git - python/commit
Patches #626105:
authorRaymond Hettinger <python@rcn.com>
Tue, 22 Oct 2002 05:15:17 +0000 (05:15 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 22 Oct 2002 05:15:17 +0000 (05:15 +0000)
commit9ecf9ce161bf3c1eafebe3c7f6d06b4f2458ff4e
tree68de604d35df6f1ea46ab8361bc1d3f31cc32d2a
parent644991fa35920f8ccdf9af66f1e6f90f79c1cf87
Patches #626105:

Replaces the _center function in the calendar
module with the center method for strings.

For situations with uneven padding, the behavior is
slightly different in that the center method puts the
extra space on the right instead of the left.
Lib/calendar.py