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
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
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
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
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