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

Nick Dowell report at bugs.python.org
Sun Sep 12 11:54:22 CEST 2010


Nick Dowell <nickdowell at gmail.com> added the comment:

Why should it only be available on OS X if built with MACOSX_DEPLOYMENT_TARGET of 10.5 or higher?
chflags() should be available in earlier versions of the OS:
http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/10.3/man2/chflags.2.html

----------

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


More information about the Python-bugs-list mailing list