[issue5827] os.path.normpath doesn't preserve unicode

Ezio Melotti report at bugs.python.org
Thu Nov 19 18:06:54 CET 2009


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

failUnless is deprecated in Python3.1 [1]. The assert* methods are
preferred over the fail* ones that are now deprecated.

[1]:
http://docs.python.org/3.1/library/unittest.html#unittest.TestCase.failUnless

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5827>
_______________________________________


More information about the Python-bugs-list mailing list