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 ebehar, eric.smith, ezio.melotti, gruszczy, r.david.murray, rhettinger
Date 2010-03-18.19:27:53
SpamBayes Score 0.00010868241
Marked as misclassified No
Message-id <1268940475.15.0.888125043001.issue6081@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with David.

Although it's not clear to my why the code doesn't just work with the addition of do_string_format_using_mapping and without the other code. It's possible the existing code is too dict-specific and should be calling a more generic PyObject interface, like PyMapping_GetItemString instead of PyDict_GetItem.
History
Date User Action Args
2010-03-18 19:27:55eric.smithsetrecipients: + eric.smith, rhettinger, ezio.melotti, r.david.murray, gruszczy, ebehar
2010-03-18 19:27:55eric.smithsetmessageid: <1268940475.15.0.888125043001.issue6081@psf.upfronthosting.co.za>
2010-03-18 19:27:53eric.smithlinkissue6081 messages
2010-03-18 19:27:53eric.smithcreate