mongodb_beaker icon indicating copy to clipboard operation
mongodb_beaker copied to clipboard

don't encode when depickling

Open Archelyst opened this issue 12 years ago • 0 comments

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).

Archelyst avatar Jan 02 '14 17:01 Archelyst