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 abarry
Recipients Kenneth Lim, abarry, vstinner
Date 2016-05-30.15:02:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464620556.57.0.438090732121.issue27160@psf.upfronthosting.co.za>
In-reply-to
Content
In other words, you cannot use keys containing a colon in str.format - you'll need to replace the colons by something else (for example an underscore, that works fine).
History
Date User Action Args
2016-05-30 15:02:36abarrysetrecipients: + abarry, vstinner, Kenneth Lim
2016-05-30 15:02:36abarrysetmessageid: <1464620556.57.0.438090732121.issue27160@psf.upfronthosting.co.za>
2016-05-30 15:02:36abarrylinkissue27160 messages
2016-05-30 15:02:36abarrycreate