01.08.2019, 17:39, "Philip McGraw via GitGitGadget" :
> Take new approach using the NamedTemporaryFile() file-like object as input
> to the ZipFile() which auto-deletes after implicit close leaving with scope.
>
> Original code produced double-open problems on Windows platform from using
> alrea
Take new approach using the NamedTemporaryFile() file-like object as input
to the ZipFile() which auto-deletes after implicit close leaving with scope.
Original code produced double-open problems on Windows platform from using
already open NamedTemporaryFile() generated filename instead of object.
2 matches
Mail list logo