[docs] [issue19163] PyString_Format with dict

hiroaki itoh report at bugs.python.org
Fri Oct 4 13:09:58 CEST 2013


New submission from hiroaki itoh:

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.)

----------
assignee: docs at python
components: Documentation
messages: 198942
nosy: docs at python, xwhhsprings
priority: normal
severity: normal
status: open
title: PyString_Format with dict
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19163>
_______________________________________


More information about the docs mailing list