A problem with urllib
Aki Niimura
akineko at pacbell.net
Wed Jul 3 04:07:18 EDT 2002
Bryan Olson <fakeaddress at nowhere.org> wrote in message
> Ah, the base64.encodestring() includes a "\n" at the end of the output.
> In the version below, I strip it off.
Bingo! It worked. (I added .strip() to my previous test script)
Thank you for taking time to solve this mystery which I have tried to solve
for more than a half year.
This turned out to be an interesting investigation.
Best regards,
Aki Niimura
More information about the Python-list
mailing list