[issue8746] os.chflags() and os.lchflags() are not built when they should be be

Ronald Oussoren report at bugs.python.org
Mon Mar 14 19:59:59 CET 2011


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

Tests for the posix module should go in test_posix. The name 'posix' is used very loosely in python, it is basicly used as an alias for 'unixy'.

I'm not too happy about replicating the definition of the flags, as Ned noted the flags are also defined in Lib/stat.py.  I'd keep them out of posixmodule as the current definitions in Lib/stat.py should be valid on all platforms that currently support these flags.

W.r.t testing: there should be some simple smoke tests, basicly just enough to ensure that the function is available and that it links up to the right system call. There is no need to perform un exhaustive test of the system call, that should be done by the os vendor.

----------

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


More information about the Python-bugs-list mailing list