[issue19163] PyString_Format with dict

2013-10-04 Thread hiroaki itoh
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@python

[issue19163] PyString_Format with dict

2013-10-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 405245885569 by Benjamin Peterson in branch '2.7': dict is also allowed (closes #19163) http://hg.python.org/cpython/rev/405245885569 -- nosy: +python-dev resolution: - fixed stage: - committed/rejected status: open - closed