Adam Jackson added the comment:
None of the other symbolic constants in 'posix' have documentation. Perhaps
they should, but the patch is at least doing the same as what's already done.
--
___
Python tracker
<http://bugs.py
Changes by Adam Jackson :
--
type: -> feature request
___
Python tracker
<http://bugs.python.org/issue7647>
___
___
Python-bugs-list mailing list
Unsubscri
New submission from Adam Jackson :
Though the statvfs call exists in the posix module, the posix-defined values
for the f_flag field are not. This makes it hard to know whether a filesystem
is readonly without also knowing the value for ST_READONLY on the machine
you're running on.
Att