decode overwrite variable?

Jammer ask.me at mail.com
Mon Jan 29 01:09:07 EST 2007


Will a failed decode overwrite the variable?

message = message.decode('iso-8859-1')
or do I need to do
msg = message.decode('iso-8859-1')



More information about the Python-list mailing list