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 serhiy.storchaka
Recipients barry, eli.bendersky, ethan.furman, serhiy.storchaka
Date 2013-08-14.13:55:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376488542.14.0.384919056452.issue18738@psf.upfronthosting.co.za>
In-reply-to
Content
`.format()` is surprised too.

>>> '{:}'.format(AF.IPv4)
'AF.IPv4'
>>> '{:10}'.format(AF.IPv4)
'         1'
History
Date User Action Args
2013-08-14 13:55:42serhiy.storchakasetrecipients: + serhiy.storchaka, barry, eli.bendersky, ethan.furman
2013-08-14 13:55:42serhiy.storchakasetmessageid: <1376488542.14.0.384919056452.issue18738@psf.upfronthosting.co.za>
2013-08-14 13:55:42serhiy.storchakalinkissue18738 messages
2013-08-14 13:55:42serhiy.storchakacreate