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 eric.smith
Recipients christian.heimes, eric.smith, ewosborne, ncoghlan, serhiy.storchaka
Date 2018-02-23.17:43:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519407827.67.0.467229070634.issue32820@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like 's' to be supported, and just be passed to format(str(self), fmt) (or some alternate spelling for the same thing).

My use case is to format tables including addresses:

print(f'{addr:20s} {hostname}')
History
Date User Action Args
2018-02-23 17:43:47eric.smithsetrecipients: + eric.smith, ncoghlan, christian.heimes, serhiy.storchaka, ewosborne
2018-02-23 17:43:47eric.smithsetmessageid: <1519407827.67.0.467229070634.issue32820@psf.upfronthosting.co.za>
2018-02-23 17:43:47eric.smithlinkissue32820 messages
2018-02-23 17:43:47eric.smithcreate