31.07.2019, 20:36, "Philip McGraw via GitGitGadget" :
> python os.remove() throws exceptions on Windows platform when attempting to
> remove file while still open.
>
> Add local allocateTempFileName() to clarify that only the name is being
> allocated by NamedTemporaryFile(); file and handle are
python os.remove() throws exceptions on Windows platform when attempting to
remove file while still open.
Add local allocateTempFileName() to clarify that only the name is being
allocated by NamedTemporaryFile(); file and handle are closed (but not
deleted) when leave scope. Subsequent file deleti
2 matches
Mail list logo