This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author veky
Recipients Wicken, eric.smith, mark.dickinson, serhiy.storchaka, veky
Date 2019-11-02.18:33:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572719615.9.0.394687570323.issue38657@roundup.psfhosted.org>
In-reply-to
Content
It seems that you're confusing two things that really don't have much in common.

* (field) width is a _number_, saying how many characters (at least) should the formatted output take.
* padding is a bool (or maybe a char), saying what should be put inside the leftover space if the default formatted output is shorter than the width

The padding is not the width, and the width is not the padding. Once you start to differentiate those two things, I'm convinced all your confusions will disappear.
History
Date User Action Args
2019-11-02 18:33:35vekysetrecipients: + veky, mark.dickinson, eric.smith, serhiy.storchaka, Wicken
2019-11-02 18:33:35vekysetmessageid: <1572719615.9.0.394687570323.issue38657@roundup.psfhosted.org>
2019-11-02 18:33:35vekylinkissue38657 messages
2019-11-02 18:33:35vekycreate