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 Dobatymo
Recipients Dobatymo, underrun
Date 2020-02-14.09:18:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581671887.19.0.997085751453.issue31116@roundup.psfhosted.org>
In-reply-to
Content
base64.b85encode does not use ", ' or \ as well.

That's the _b85alphabet 

_b85alphabet = (b"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
                b"abcdefghijklmnopqrstuvwxyz!#$%&()*+-;<=>?@^_`{|}~")
History
Date User Action Args
2020-02-14 09:18:07Dobatymosetrecipients: + Dobatymo, underrun
2020-02-14 09:18:07Dobatymosetmessageid: <1581671887.19.0.997085751453.issue31116@roundup.psfhosted.org>
2020-02-14 09:18:07Dobatymolinkissue31116 messages
2020-02-14 09:18:07Dobatymocreate