New submission from Lauri Kajan:
Hi all,
I found out that handle to a file opened with with-statement is not released in
all cases.
I'm trying to delete a file when space on a disk is filled (0 bit left) by
writing this file. I catch the IOError 28 to figure this out.
I write the file w
Changes by Lauri Kajan :
--
versions: +Python 3.2 -Python 3.4
___
Python tracker
<http://bugs.python.org/issue25202>
___
___
Python-bugs-list mailing list
Unsub
Lauri Kajan added the comment:
Thanks for these.
I'll see what I could do to upgrade our python version.
Sorry for not finding the old issue. Didn't find the right search terms.
--
___
Python tracker
<http://bugs.python.o