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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to