[issue6450] normpath() sometimes maps unicode to str

Martin v. Löwis report at bugs.python.org
Thu Jul 9 21:02:58 CEST 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

> Do the standard Python library functions that
> operate on strings guarantee anything in general with respect to
> conserving unicode? Can I make any assumption as to which codec was used
> to encode the str returned from normpath?

The bug tracker is not really a place to ask questions. Please ask them
on python-list or elsewhere, or read the source code of normpath.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list