mongodb_beaker
mongodb_beaker copied to clipboard
don't encode when depickling
In init.py line 507 please remove the encode call. No idea what it's supposed to do there. When pickling no decode is done, why should we encode when depickling? Apart from that it raises an exception anyway (it's a byte object which as no such method).