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 veky
Recipients eric.smith, rhettinger, veky
Date 2015-03-10.08:16:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425975386.81.0.249067171608.issue23624@psf.upfronthosting.co.za>
In-reply-to
Content
If I see right, it seems that that (putting odd pad character on the right) is exactly what format does (I don't have Py2 here to check how exactly it behaves). So, the current proposition to change the .center to match format stays.

(I think I can see how the implementor of .center reasoned: same as people who invented banker's rounding, they wanted to "balance out" odd padding chars among the lines, so that the ammortized number of them on the left and right is the same. But I think consistency matters more here. Noone is summing the spaces on both sides and balancing these numbers, center is primarily for visual purposes, not arithmetical.)
History
Date User Action Args
2015-03-10 08:16:26vekysetrecipients: + veky, rhettinger, eric.smith
2015-03-10 08:16:26vekysetmessageid: <1425975386.81.0.249067171608.issue23624@psf.upfronthosting.co.za>
2015-03-10 08:16:26vekylinkissue23624 messages
2015-03-10 08:16:26vekycreate