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 rhettinger
Recipients eric.smith, rhettinger, serhiy.storchaka, veky
Date 2015-03-15.21:50:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426456226.32.0.332221897272.issue23624@psf.upfronthosting.co.za>
In-reply-to
Content
[Serhiy]
> The behavior of Python 2.7 is the same as Python 3.x.
>
> str.center() is very old method and changing it will change 
> formatted reports generated by third-party software in all world. 
> At least this will break many tests. And this will add yet one
> incompatibility between Python 2 and Python 3.

I concur with Serhiy.  Fixing this nuisance inconsistency would likely cause greater harm than it would relieve.  This ship has sailed.
History
Date User Action Args
2015-03-15 21:50:26rhettingersetrecipients: + rhettinger, eric.smith, serhiy.storchaka, veky
2015-03-15 21:50:26rhettingersetmessageid: <1426456226.32.0.332221897272.issue23624@psf.upfronthosting.co.za>
2015-03-15 21:50:26rhettingerlinkissue23624 messages
2015-03-15 21:50:26rhettingercreate