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 underrun
Recipients Dobatymo, underrun
Date 2020-02-15.19:32:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CABTuCMsJXUTWJmNZGaB9vaMGOTFs+0mFY+4_SwsPb7Cvo_iD_Q@mail.gmail.com>
In-reply-to <1581671887.19.0.997085751453.issue31116@roundup.psfhosted.org>
Content
z85 avoids all of:

` \ " ' _ , ;

Backtick and semicolon increase the number of places that z85 can be used
without issue over b85. All of these might not be as big an issue in python
as in other tools/languages but interoperability would still be improved
through the addition of z85.

- Derek

On Fri, Feb 14, 2020, 09:18 Dobatymo <report@bugs.python.org> wrote:

>
> Dobatymo <the-real-hazzard@outlook.com> added the comment:
>
> base64.b85encode does not use ", ' or \ as well.
>
> That's the _b85alphabet
>
> _b85alphabet = (b"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
>                 b"abcdefghijklmnopqrstuvwxyz!#$%&()*+-;<=>?@^_`{|}~")
>
> ----------
> nosy: +Dobatymo
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue31116>
> _______________________________________
>
History
Date User Action Args
2020-02-15 19:32:06underrunsetrecipients: + underrun, Dobatymo
2020-02-15 19:32:06underrunlinkissue31116 messages
2020-02-15 19:32:06underruncreate