Hi, 2012/10/31 Jeremy Kloth <[email protected]>: > On Tue, Oct 30, 2012 at 6:07 PM, victor.stinner > <[email protected]> wrote: >> http://hg.python.org/cpython/rev/01cc9fb52887 >> changeset: 80068:01cc9fb52887 >> user: Victor Stinner <[email protected]> >> date: Wed Oct 31 01:04:10 2012 +0100 >> summary: >> Issue #15478: Fix test_os on Windows (os.chown is missing) >> >> (...) > > Also missing on Windows is os.lchown.
Fixed, but there were also more errors introduced by #15478. test_os should now pass again on Windows. Victor _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
