Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: open() and EOFError Date: Tue, 08 Jul 2014 09:50:07 +1200 Lines: 10 Message-ID: References: <53ba11fc$0$29985$c3e8da3$5496439d@news.astraweb.com> <53ba538d$0$2926$c3e8da3$76491128@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net /bh2sgfyERbItmbFoGPwaA1onpJ5iCNyvZ0TfAOgdTnJpO/58t Cancel-Lock: sha1:Q90lLCU+UMF2resSsdeMxqVF/M4= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: Xref: csiph.com comp.lang.python:74137 Roy Smith wrote: > We've since modified our cleanup script to run lsof and skip purging any > releases which are still in use :-) Or, if you're on Unix, make sure you open all the files you're likely to need at the beginning and hold onto them. :-) -- Greg