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 BreamoreBoy, amaury.forgeotdarc, barry, docs@python, eric.smith, lemburg, lukasz.langa, r.david.murray
Date 2013-04-02.11:32:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364902374.8.0.228873822843.issue10379@psf.upfronthosting.co.za>
In-reply-to
Content
Barry meant that the upstream program that triggered this error has been changed to call format_string() instead of format(). The bug still exists in format().

My suggestion is to have format() be an alias for format_string(). Deprecating format() is an optional step, but may not be worth the hassle.
History
Date User Action Args
2013-04-02 11:32:54eric.smithsetrecipients: + eric.smith, lemburg, barry, amaury.forgeotdarc, r.david.murray, docs@python, BreamoreBoy, lukasz.langa
2013-04-02 11:32:54eric.smithsetmessageid: <1364902374.8.0.228873822843.issue10379@psf.upfronthosting.co.za>
2013-04-02 11:32:54eric.smithlinkissue10379 messages
2013-04-02 11:32:54eric.smithcreate