Message101273
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. |
|
| Date |
User |
Action |
Args |
| 2010-03-18 19:27:55 | eric.smith | set | recipients:
+ eric.smith, rhettinger, ezio.melotti, r.david.murray, gruszczy, ebehar |
| 2010-03-18 19:27:55 | eric.smith | set | messageid: <[email protected]> |
| 2010-03-18 19:27:53 | eric.smith | link | issue6081 messages |
| 2010-03-18 19:27:53 | eric.smith | create | |
|