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 ekontsevoy
Recipients ekontsevoy, eric.smith, r.david.murray
Date 2012-06-20.00:57:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340153837.52.0.883257556666.issue15109@psf.upfronthosting.co.za>
In-reply-to
Content
If the behavior of string.format() can be fixed to act identically to u"%s" % "" that would be simply wonderful!

Currently at work we have a rule in place: to never use string.format() since it cannot be used for anything but constants due to encoding exceptions.
History
Date User Action Args
2012-06-20 00:57:17ekontsevoysetrecipients: + ekontsevoy, eric.smith, r.david.murray
2012-06-20 00:57:17ekontsevoysetmessageid: <1340153837.52.0.883257556666.issue15109@psf.upfronthosting.co.za>
2012-06-20 00:57:16ekontsevoylinkissue15109 messages
2012-06-20 00:57:16ekontsevoycreate