[issue1490190] add os.chflags() and os.lchflags() where available

2007-12-04 Thread Martin v. Löwis
Martin v. Löwis added the comment: Committed chflags.diff as r59317. -- status: open -> closed _ Tracker <[EMAIL PROTECTED]> _ ___ Py

[issue1490190] add os.chflags() and os.lchflags() where available

2007-10-30 Thread Neal Norwitz
Neal Norwitz added the comment: Martin's patch from 2007-03-21 fixed the problem with test_posix. It now passes all the tests (test_posix and rest of test suite). The tests/interpreter do not exit prematurely. I think it is good to apply this patch. -- assignee: nnorwitz -> loewis __