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 glenflet, rhettinger
Date 2015-04-29.08:14:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430295275.58.0.853536068933.issue24074@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, this use case seems contrived.   The common use case for centering is with a known width (otherwise, what is the point).  Also, it isn't hard to write something like:
   s.center(w or 0)
History
Date User Action Args
2015-04-29 08:14:35rhettingersetrecipients: + rhettinger, glenflet
2015-04-29 08:14:35rhettingersetmessageid: <1430295275.58.0.853536068933.issue24074@psf.upfronthosting.co.za>
2015-04-29 08:14:35rhettingerlinkissue24074 messages
2015-04-29 08:14:35rhettingercreate