[Python-Dev] [Python-checkins] cpython: Issue #15478: Fix test_os on Windows (os.chown is missing)

Victor Stinner victor.stinner at gmail.com
Wed Oct 31 22:51:02 CET 2012


Hi,

2012/10/31 Jeremy Kloth <jeremy.kloth at gmail.com>:
> On Tue, Oct 30, 2012 at 6:07 PM, victor.stinner
> <python-checkins at python.org> wrote:
>> http://hg.python.org/cpython/rev/01cc9fb52887
>> changeset:   80068:01cc9fb52887
>> user:        Victor Stinner <victor.stinner at gmail.com>
>> 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


More information about the Python-Dev mailing list