changeset: 78623:f181dd088e63 parent: 78620:4bbb1ff4f7ea parent: 78622:6bc14974024f user: Terry Jan Reedy date: Fri Aug 17 15:42:12 2012 -0400 description: Merge with 3.2 #15660 diff -r 4bbb1ff4f7ea -r f181dd088e63 Doc/library/string.rst --- a/Doc/library/string.rst Fri Aug 17 14:08:24 2012 -0400 +++ b/Doc/library/string.rst Fri Aug 17 15:42:12 2012 -0400 @@ -368,9 +368,9 @@ *width* is a decimal integer defining the minimum field width. If not specified, then the field width will be determined by the content. -If the *width* field is preceded by a zero (``'0'``) character, this enables -zero-padding. This is equivalent to an *alignment* type of ``'='`` and a *fill* -character of ``'0'``. +Preceding the *width* field by a zero (``'0'``) character enables +sign-aware zero-padding for numeric types. This is equivalent to a *fill* +character of ``'0'`` with an *alignment* type of ``'='``. The *precision* is a decimal number indicating how many digits should be displayed after the decimal point for a floating point value formatted with

AltStyle によって変換されたページ (->オリジナル) /