In article <[email protected]>, Samuel Wan <[email protected]> wrote: > >I started using python last week and ran into exceptions thrown when >unicode dictionary keys are exploded into function arguments. In my >case, decoded json dictionaries did not work as function arguments. >There was a thread from Oct 2008 >(http://www.gossamer-threads.com/lists/python/python/684379) about the >same problem. Here is my workaround:
When posting to threads like this, please make sure to specify which version(s) of Python you're using -- this is a Python 2.x issue. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "Given that C++ has pointers and typecasts, it's really hard to have a serious conversation about type safety with a C++ programmer and keep a straight face. It's kind of like having a guy who juggles chainsaws wearing body armor arguing with a guy who juggles rubber chickens wearing a T-shirt about who's in more danger." --Roy Smith, c.l.py, 2004.05.23 -- http://mail.python.org/mailman/listinfo/python-list
