On Sep 13, 2007, at 11:28 AM, Jim Musil wrote:
I found the problem. When the beaker_cache wrapper tries to _make_key, it creates a key that has spaces in it, which memcached does not allow.It's not really the wrapper's fault, but rather the way in which python represents a tuple -- with spaces. I can make the above work by just stripping the spaces out of the key in the _make_key function.
Thanks for tracking this down Jim, I've applied a fix to beaker so that keys with spaces will work.
Cheers, Ben
smime.p7s
Description: S/MIME cryptographic signature
