This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author PeterL
Recipients PeterL, ezio.melotti, pitrou, rhettinger
Date 2010-05-31.07:13:57
SpamBayes Score 0.26224786
Marked as misclassified No
Message-id <1275290040.37.0.344822027079.issue8859@psf.upfronthosting.co.za>
In-reply-to
Content
So as a summary to what Ezio Melotti said:
I should always specify encoding when calling split() to be sure nothing nasty happens? (Belive Ezio Melotti meant "calling split()" not "calling unicode()" in his last answer?)

Thanks for pointing this out.
History
Date User Action Args
2010-05-31 07:14:00PeterLsetrecipients: + PeterL, rhettinger, pitrou, ezio.melotti
2010-05-31 07:14:00PeterLsetmessageid: <1275290040.37.0.344822027079.issue8859@psf.upfronthosting.co.za>
2010-05-31 07:13:58PeterLlinkissue8859 messages
2010-05-31 07:13:57PeterLcreate