]> 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:06:18 +0000 (22:06 -0800)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2020 06:06:18 +0000 (22:06 -0800)
commita2075121217e809c9a5511f6ca225c12f340de0c
tree9528146d0e4f5fb036e74cc290c702ee78f11c93
parentb6271025c640c228505dc9f194362a0c2ab81c61
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