John Machin wrote:

> *After* encoding it, you can break up the base64 string into
> bite-size chunks, append a newline (that's "\n", NOT "/n") to each
> chunk /.../

base64.encodestring(data) does all that in one step, of course.

</F>



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

Reply via email to