This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author isoschiz
Recipients christian.heimes, flox, isoschiz, jcea, pitrou, r.david.murray, sijinjoseph
Date 2013-04-07.16:15:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365351344.2.0.50471507458.issue17618@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, having now looked at mercurial's implementation... it looks like they implemented the RFC1924 version, whereas my implementation is the Ascii85 version (and I verified it against, amongst others: http://www.tools4noobs.com/online_tools/ascii85_encode/ ).

The Ascii85 version is what is used with PDF, and the default output format for the equivalent Ruby library, so seems useful to have. So I guess what might be desirable is to have both in the codebase?
History
Date User Action Args
2013-04-07 16:15:44isoschizsetrecipients: + isoschiz, jcea, pitrou, christian.heimes, r.david.murray, flox, sijinjoseph
2013-04-07 16:15:44isoschizsetmessageid: <1365351344.2.0.50471507458.issue17618@psf.upfronthosting.co.za>
2013-04-07 16:15:44isoschizlinkissue17618 messages
2013-04-07 16:15:44isoschizcreate