[issue3426] os.path.abspath with unicode argument should call os.getcwdu

Brian Curtin report at bugs.python.org
Wed Jan 13 02:53:19 CET 2010


Brian Curtin <curtin at 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 <report at bugs.python.org>
<http://bugs.python.org/issue3426>
_______________________________________


More information about the Python-bugs-list mailing list