[issue18695] os.statvfs() not working well with unicode paths

Giampaolo Rodola' report at bugs.python.org
Sat May 24 19:00:02 CEST 2014


Giampaolo Rodola' added the comment:

Ok, I will go on then.

> You have eaten "return NULL;" in posix_mkfifo.

What do you mean?

> If TESTFN_UNICODE.encode(TESTFN_ENCODING) fails (on POSIX locale), it will be better to run tests with 
> unicode(TESTFN, 'ascii') than skip them.

Agreed.

> Tests should check that results for unicode filename is same as for str filename.

What do you mean? Can you provide an example?

----------

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


More information about the Python-bugs-list mailing list