Issue #28916: No special case for leading zeros with %x alternative form

This commit is contained in:
Martin Panter 2016-12-11 03:51:44 +00:00
parent 3797922ad9
commit 3eb92e06df
1 changed files with 1 additions and 3 deletions

View File

@ -1551,9 +1551,7 @@ Notes:
(2)
The alternate form causes a leading ``'0x'`` or ``'0X'`` (depending on whether
the ``'x'`` or ``'X'`` format was used) to be inserted between left-hand padding
and the formatting of the number if the leading character of the result is not
already a zero.
the ``'x'`` or ``'X'`` format was used) to be inserted before the first digit.
(3)
The alternate form causes the result to always contain a decimal point, even if