commit | 424e5686d82235e08f8108b8bbe034bc91421689 | [log] [tgz] |
---|---|---|
author | Pete Wicken <2273100+JamoBox@users.noreply.github.com> | Fri Feb 21 05:53:12 2020 +0000 |
committer | GitHub <noreply@github.com> | Thu Feb 20 21:53:12 2020 -0800 |
tree | 5fbd255637ab4a4211a37e6cdcfefd5b6436ffcd | |
parent | 933fc53f3f9c64ffa703b1f23a93bec560faea57 [diff] |
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