Eli Bendersky <eli...@gmail.com> added the comment:

Yeah, the note should probably be clarified to mention that if precision is 
specified, only the first precision characters will be shown. The field width 
is covered globally (for all conversion types) in note 4 above the table.

While we're at it, note 5 is:

   Precision (optional), given as a '.' (dot) followed by the precision. If 
specified as '*' (an asterisk), the actual width is read from the next element 
of the tuple in values, and the value to convert comes after the precision.

I think that the second sentence should have "the actual precision" instead 
"the actual width".

----------

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

Reply via email to