Raymond Hettinger added the comment:

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)

----------
nosy: +rhettinger
priority: normal -> low
type: behavior -> enhancement
versions: +Python 3.5 -Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24074>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to