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 brian.curtin
Recipients amaury.forgeotdarc, brian.curtin, ezio.melotti, flox, saturn_mimas
Date 2010-01-13.01:53:17
SpamBayes Score 0.015711755
Marked as misclassified No
Message-id <1263347599.1.0.102200575621.issue3426@psf.upfronthosting.co.za>
In-reply-to
Content
You could use assertIsInstance(s, unicode, '%r is not unicode' % s) in the tests instead of your assertTrue.

I think the rest of it looks good. Works for me.
History
Date User Action Args
2010-01-13 01:53:19brian.curtinsetrecipients: + brian.curtin, amaury.forgeotdarc, ezio.melotti, saturn_mimas, flox
2010-01-13 01:53:19brian.curtinsetmessageid: <1263347599.1.0.102200575621.issue3426@psf.upfronthosting.co.za>
2010-01-13 01:53:17brian.curtinlinkissue3426 messages
2010-01-13 01:53:17brian.curtincreate