01.08.2019, 11:30, "Philip McGraw" :
>> From: Andrey
>> Sent: Wednesday, 31 July, 2019 21:35
>> To: Philip McGraw
>> Cc: git@vger.kernel.org; l...@diamand.org
>> Subject: Re: [PATCH] git-p4: close temporary file before removing
>>
>> 3
> From: Andrey
> Sent: Wednesday, 31 July, 2019 21:35
> To: Philip McGraw
> Cc: git@vger.kernel.org; l...@diamand.org
> Subject: Re: [PATCH] git-p4: close temporary file before removing
>
> 31.07.2019, 17:52, "Philip McGraw" :
> > 2019.07.31 10:09 Andrey
&
31.07.2019, 17:52, "Philip McGraw" :
> 2019.07.31 10:09 Andrey
>> 31.07.2019, 09:53, "Philip McGraw" :
30.07.2019, 13:37, "Philip McGraw" :
> python os.remove() throws exceptions on Windows platform when
attempting
> to remove file while it is still open. Need to grab
2019.07.31 10:09 Andrey
>31.07.2019, 09:53, "Philip McGraw" :
>>> 30.07.2019, 13:37, "Philip McGraw" :
>>> > python os.remove() throws exceptions on Windows platform when attempting
>>> > to remove file while it is still open. Need to grab filename while file
>>> open,
>>> > close file handl
31.07.2019, 09:53, "Philip McGraw" :
>> 30.07.2019, 13:37, "Philip McGraw" :
>> > python os.remove() throws exceptions on Windows platform when attempting
>> > to remove file while it is still open. Need to grab filename while file
>> open,
>> > close file handle, then remove by name. Appar
> 30.07.2019, 13:37, "Philip McGraw" :
> > python os.remove() throws exceptions on Windows platform when attempting
> > to remove file while it is still open. Need to grab filename while file
> > open,
> > close file handle, then remove by name. Apparently other platforms are more
> > permissive o
30.07.2019, 13:37, "Philip McGraw" :
> python os.remove() throws exceptions on Windows platform when attempting
> to remove file while it is still open. Need to grab filename while file open,
> close file handle, then remove by name. Apparently other platforms are more
> permissive of removing f
python os.remove() throws exceptions on Windows platform when attempting
to remove file while it is still open. Need to grab filename while file open,
close file handle, then remove by name. Apparently other platforms are more
permissive of removing files while busy.
reference: https://docs.pytho
8 matches
Mail list logo