Fwd: os.statvfs bug or my incompetence ?

Terry Reedy tjreedy at udel.edu
Fri Oct 14 10:11:50 EDT 2011


On 10/14/2011 4:19 AM, Peter G. Marczis wrote:

> import os
> os.statvfs('/')
...
> os.statvfs('/')
> *OSError: [Errno 0] Error: '/'*
>
> # python --version
> Python 2.6.2
>
> # arch
> mips64
>
> os.stat works fine.

2.6.2 is a few years old. If there is a bug, it might have been fixed by 
2.6.6 released a year ago, or 2.7.2 just a few months ago.

-- 
Terry Jan Reedy




More information about the Python-list mailing list