Thomas wrote:
If you change your last line from:

print s

to:

print u

you'll get different results :)

if you change:
s1 = base64.b64decode( s )

into
s = base64.b64decode( s )

you'll get the same result again.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to