Kaydet (Commit) 5234d54c authored tarafından Berker Peksag's avatar Berker Peksag

Issue #28944: Merge from 3.6

...@@ -2160,7 +2160,7 @@ The conversion types are: ...@@ -2160,7 +2160,7 @@ The conversion types are:
+------------+-----------------------------------------------------+-------+ +------------+-----------------------------------------------------+-------+
| ``'o'`` | Signed octal value. | \(1) | | ``'o'`` | Signed octal value. | \(1) |
+------------+-----------------------------------------------------+-------+ +------------+-----------------------------------------------------+-------+
| ``'u'`` | Obsolete type -- it is identical to ``'d'``. | \(7) | | ``'u'`` | Obsolete type -- it is identical to ``'d'``. | \(6) |
+------------+-----------------------------------------------------+-------+ +------------+-----------------------------------------------------+-------+
| ``'x'`` | Signed hexadecimal (lowercase). | \(2) | | ``'x'`` | Signed hexadecimal (lowercase). | \(2) |
+------------+-----------------------------------------------------+-------+ +------------+-----------------------------------------------------+-------+
...@@ -2225,8 +2225,7 @@ Notes: ...@@ -2225,8 +2225,7 @@ Notes:
(5) (5)
If precision is ``N``, the output is truncated to ``N`` characters. If precision is ``N``, the output is truncated to ``N`` characters.
(6)
(7)
See :pep:`237`. See :pep:`237`.
Since Python strings have an explicit length, ``%s`` conversions do not assume Since Python strings have an explicit length, ``%s`` conversions do not assume
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment