base64 interoperability

Christopher J. Bottaro cjbottaro at alumni.cs.utexas.edu
Fri Apr 8 14:44:45 EDT 2005


Python's base64 module encodes and decodes differently than PHP's.  Python's
docs says that it ahere's to RFC1521 (sept 1993), while PHP's adheres to
RFC2045 (nov 1996).  Is there any Python module that uses the new standard? 
Why is Python using the old standard anyways?

Thanks.




More information about the Python-list mailing list