Message 187514 - Python tracker (original) (raw)

Message187514

Author serhiy.storchaka
Recipients christian.heimes, flox, isoschiz, jcea, pitrou, r.david.murray, serhiy.storchaka, sijinjoseph
Date 2013-04-21.16:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1366562327.82.0.146401498319.issue17618@psf.upfronthosting.co.za
In-reply-to
Content
As for interface, I think 'adobe' flag should be false by default. It makes encoder simpler. ascii85 encoder in Go's standard library doesn't wrap nor add Adobe's brackets. btoa/atob functions looks redundant as we can just use a85encode/a85decoder with appropriate options. Perhaps we should get rid from 'adobe' flag in a85decode and autodetect it. And perhaps to do the same with other a85decode's options.
History
Date User Action Args
2013-04-21 16:38:47 serhiy.storchaka set recipients: + serhiy.storchaka, jcea, pitrou, christian.heimes, r.david.murray, flox, sijinjoseph, isoschiz
2013-04-21 16:38:47 serhiy.storchaka set messageid: 1366562327.82.0.146401498319.issue17618@psf.upfronthosting.co.za
2013-04-21 16:38:47 serhiy.storchaka link issue17618 messages
2013-04-21 16:38:47 serhiy.storchaka create