[Debian-med-packaging] Bug#939181: [Help] Re: Bug#939181: cycle: Python2 removal in sid/bullseye
peter green
plugwash at p10link.net
Sun Sep 15 14:47:50 BST 2019
> > tmp = rt.encrypt('Cycle{}'.format(pickle.dumps(objSave)))
>
> Thanks to this hint
This hint was *wrong*, it will introduce garbage into the string and the "rotor" code is clearly designed to work with byte strings, not unicode strings.
Change it to
"tmp=rt.encrypt( b'Cycle'+pickle.dumps(objSave) )"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-packaging/attachments/20190915/4a042486/attachment.html>
More information about the Debian-med-packaging
mailing list