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 pitrou
Recipients christian.heimes, flox, isoschiz, jcea, pitrou, r.david.murray, sijinjoseph
Date 2013-04-07.16:09:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365350949.3373.2.camel@localhost.localdomain>
In-reply-to <1365350297.57.0.0868944355661.issue17618@psf.upfronthosting.co.za>
Content
> Forgot to mention, I included an optional keyword argument to support
> the 'btoa' shortcut for sequences of space characters as described in
> the Wikipedia article. However, I'm unsure if any other implementation
> supports this, so might not be worth including it in our
> implementation.

In this issue I would really like to aim for Mercurial/git-like
behaviour: i.e. no special shortcuts, and no armoring ('<~' and '~>').
Also, the base85 alphabet used by Mercurial and git may be different, I
haven't checked.

(by the way, it seems "btoa" has been dead for a long time, I don't
think it's useful as a reference here)
History
Date User Action Args
2013-04-07 16:09:22pitrousetrecipients: + pitrou, jcea, christian.heimes, r.david.murray, flox, sijinjoseph, isoschiz
2013-04-07 16:09:22pitroulinkissue17618 messages
2013-04-07 16:09:22pitroucreate