]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036)
authorPete Wicken <2273100+JamoBox@users.noreply.github.com>
Fri, 21 Feb 2020 05:53:12 +0000 (05:53 +0000)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2020 05:53:12 +0000 (21:53 -0800)
commit424e5686d82235e08f8108b8bbe034bc91421689
tree5fbd255637ab4a4211a37e6cdcfefd5b6436ffcd
parent933fc53f3f9c64ffa703b1f23a93bec560faea57
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
Doc/library/string.rst