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 gruszczy
Recipients ebehar, eric.smith, ezio.melotti, gruszczy, r.david.murray, rhettinger
Date 2010-03-23.21:27:27
SpamBayes Score 0.0017410376
Marked as misclassified No
Message-id <1269379653.01.0.0840296326925.issue6081@psf.upfronthosting.co.za>
In-reply-to
Content
I have created a new patch, that should be satisfying now. There is help (though it is quite small, I tried to mimic those that were already in unicode.c) and tests. Right now format_using_mapping is called like this:

format_using_mapping(mapping, *args)

where mapping is a subscriptible object, that will be pushed to kwargs and the following args are used just like in normal format. This should be as similar to the normal format as possible.

There are also tests, including usage presented in the ticket.
History
Date User Action Args
2010-03-23 21:27:33gruszczysetrecipients: + gruszczy, rhettinger, eric.smith, ezio.melotti, r.david.murray, ebehar
2010-03-23 21:27:33gruszczysetmessageid: <1269379653.01.0.0840296326925.issue6081@psf.upfronthosting.co.za>
2010-03-23 21:27:29gruszczylinkissue6081 messages
2010-03-23 21:27:29gruszczycreate