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 r.david.murray
Recipients eric.smith, r.david.murray, rhettinger, serhiy.storchaka, veky
Date 2015-03-18.13:21:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426684911.28.0.0640477346659.issue23624@psf.upfronthosting.co.za>
In-reply-to
Content
I would write it:

   "{:^{width}}".format(title, width=width)

By the way, in case it isn't clear, we acknowledge that in a perfect world center would work "right", but our judgment is that the pain of fixing it outweighs the benefit.  Our collective consensus on that could be shifted, but someone would have to be willing to argue it convincingly to the community (ie: not on the bug tracker).
History
Date User Action Args
2015-03-18 13:21:51r.david.murraysetrecipients: + r.david.murray, rhettinger, eric.smith, serhiy.storchaka, veky
2015-03-18 13:21:51r.david.murraysetmessageid: <1426684911.28.0.0640477346659.issue23624@psf.upfronthosting.co.za>
2015-03-18 13:21:51r.david.murraylinkissue23624 messages
2015-03-18 13:21:51r.david.murraycreate