R. David Murray added the comment:

There are three different 'base64 alphabets' defined in the standard.  The 
support for using them is via altchars. 'URL safe' and 'filename safe' are the 
two alternate alphabets defined in the standard, which you can see if you 
follow the link to the RFC.

A patch making this more explicit in the base64 docs themselves would almost 
certainly be accepted.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20837>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to