]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Feb 2020 06:05:58 +0000 (22:05 -0800)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2020 06:05:58 +0000 (22:05 -0800)
commit09db1da63f866afff8a64ae3c60acdcd6bc80501
treea13a887b978ee7f74810ae2d202b45455b8516fd
parentc6f95543b4832c3f0170179da39bcf99b40a7aa8
bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036)

Make the definition of the width more explicit that it includes any
extra signs added by other options.

https://bugs.python.org/issue38657

Automerge-Triggered-By: @Mariatta
(cherry picked from commit 424e5686d82235e08f8108b8bbe034bc91421689)

Co-authored-by: Pete Wicken <2273100+JamoBox@users.noreply.github.com>
Doc/library/string.rst