problems binding a dictionary

Sam Pointon free.condiments at gmail.com
Sat Dec 10 12:27:02 EST 2005


You're not 'exploding' the dict to the param1='blah' etc form - you-re
actually passing it in as a single dict object. To solve this, add a **
to the front of a dict you want to explode in a function, just as you'd
add a * to explode a sequence.




More information about the Python-list mailing list