Brian Curtin <cur...@acm.org> added the comment:

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.

----------
nosy: +brian.curtin

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3426>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to