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 python-dev
Recipients loewis, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2012-05-01.23:19:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1SPMLd-0001Gm-H3@dinsdale.python.org>
In-reply-to
Content
New changeset 4b98ce6ef95e by Victor Stinner in branch 'default':
Issue #14687: Optimize str%args
http://hg.python.org/cpython/rev/4b98ce6ef95e

New changeset a966f9311ebb by Victor Stinner in branch 'default':
Issue #14687: Cleanup PyUnicode_Format()
http://hg.python.org/cpython/rev/a966f9311ebb
History
Date User Action Args
2012-05-01 23:19:11python-devsetrecipients: + python-dev, loewis, pitrou, vstinner, serhiy.storchaka
2012-05-01 23:19:10python-devlinkissue14687 messages
2012-05-01 23:19:10python-devcreate