[issue7647] Add statvfs flags to the posix module

2010-01-12 Thread Adam Jackson

Adam Jackson a...@redhat.com 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 rep...@bugs.python.org
http://bugs.python.org/issue7647
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7647] Add statvfs flags to the posix module

2010-01-06 Thread Adam Jackson

New submission from Adam Jackson a...@redhat.com:

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.

Attached patch is against python2 svn, but probably applies to python3 too.

--
components: Extension Modules
files: posix-statvfs-symbols.patch
keywords: patch
messages: 97322
nosy: a...@redhat.com
severity: normal
status: open
title: Add statvfs flags to the posix module
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file15764/posix-statvfs-symbols.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7647
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7647] Add statvfs flags to the posix module

2010-01-06 Thread Adam Jackson

Changes by Adam Jackson a...@redhat.com:


--
type:  - feature request

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7647
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com