Re: base64 interoperability

2005-04-08 Thread Fredrik Lundh
Christopher J. Bottaro wrote: >>> Python's base64 module encodes and decodes differently than PHP's. >> >> really? > > Yeah, weird, huh? Actually the problem is that Python puts newlines at > every 76th char. How do I stop Python from doing that? I just want > everyone on one line. did you rea

Re: base64 interoperability (solved)

2005-04-08 Thread Christopher J. Bottaro
Christopher J. Bottaro wrote: > > > Fredrik Lundh wrote: > >> Christopher J. Bottaro wrote: >>> Python's base64 module encodes and decodes differently than PHP's. >> >> really? > > Yeah, weird, huh? Actually the problem is that Python puts newlines at > every 76th char. How do I stop Python

Re: base64 interoperability

2005-04-08 Thread Christopher J. Bottaro
Fredrik Lundh wrote: > Christopher J. Bottaro wrote: >> Python's base64 module encodes and decodes differently than PHP's. > > really? Yeah, weird, huh? Actually the problem is that Python puts newlines at every 76th char. How do I stop Python from doing that? I just want everyone on one li

Re: base64 interoperability

2005-04-08 Thread Fredrik Lundh
Christopher J. Bottaro wrote: > Python's base64 module encodes and decodes differently than PHP's. really? > 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 ol

Re: base64 interoperability

2005-04-08 Thread Christopher J. Bottaro
Christopher J. Bottaro wrote: > 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 stan

base64 interoperability

2005-04-08 Thread Christopher J. Bottaro
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.