Talin wrote:
> So 's:10,5' to indicate a max width of 10, min width of 5.

If you just say

   ':s10'

does this mean there's *no* minimum width, or that the
minimum width is also 10?

The former would be somewhat unintuitive, but if the latter,
then the separation between format and width specifiers
breaks down.

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to