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 xwhhsprings
Recipients docs@python, xwhhsprings
Date 2013-10-04.11:09:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1380884998.67.0.733002313929.issue19163@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/2.7/c-api/string.html#PyString_Format

The documents says `The args argument must be a tuple.',
But if format is like '%(key)s', PyString_Format claims
args must be mapping protocol.
(At least 2.7.3.)
History
Date User Action Args
2013-10-04 11:09:58xwhhspringssetrecipients: + xwhhsprings, docs@python
2013-10-04 11:09:58xwhhspringssetmessageid: <1380884998.67.0.733002313929.issue19163@psf.upfronthosting.co.za>
2013-10-04 11:09:58xwhhspringslinkissue19163 messages
2013-10-04 11:09:58xwhhspringscreate