Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.045 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'subject:: [': 0.03; 'subject:Python': 0.05; 'subject:file': 0.07; 'subject:How': 0.09; 'received:184.172': 0.09; 'happily': 0.16; 'temp': 0.16; 'trash': 0.16; 'wrote:': 0.17; 'subject:] ': 0.19; 'windows': 0.19; 'appropriate': 0.20; 'file.': 0.20; 'from:addr:chris': 0.22; 'own.': 0.22; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'opposed': 0.27; 'file': 0.32; 'instances': 0.33; 'to:addr:python-list': 0.33; 'open': 0.35; 'something': 0.35; '(i.e.': 0.36; 'should': 0.36; 'too': 0.36; 'possible': 0.37; 'does': 0.37; 'quite': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'delete': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'remove': 0.61; 'firm': 0.62; 'received:216': 0.62; 'received:67.18': 0.65; 'believe': 0.69; 'belief': 0.84; 'disappear': 0.84; 'recycling': 0.84; 'subject:status': 0.84; 'received:gateway14.websitewelcome.com': 0.91; 'trained': 0.95 Date: Fri, 13 Jul 2012 12:27:50 -0500 From: Chris Gonnerman User-Agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: [Python] RE: How to safely maintain a status file References: <4FF9F454.40207@shopzeus.com> <4ffecef4$0$6877$e4fe514c@news2.news.xs4all.nl> <4FFF0CB7.3030007@shopzeus.com> <4fff926b$0$29965$c3e8da3$5496439d@news.astraweb.com> <62e90523-a160-4e28-8109-9ce32d8952e1@googlegroups.com> <5B80DD153D7D744689F57F4FB69AF474165560E7@SCACMX008.exchad.jpmchase.net> In-Reply-To: <5B80DD153D7D744689F57F4FB69AF474165560E7@SCACMX008.exchad.jpmchase.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator191.hostgator.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gonnerman.org X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: ([10.0.0.20]) [216.146.253.37]:35028 X-Source-Auth: chris@newcenturycomputers.net X-Email-Count: 6 X-Source-Cap: bmV3Y2VudDtuZXdjZW50O2dhdG9yMTkxLmhvc3RnYXRvci5jb20= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1342201876 news.xs4all.nl 6907 [2001:888:2000:d::a6]:37247 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25278 On 07/13/2012 11:00 AM, Prasad, Ramit wrote: >> Well "neat tricks" aside, I am of the firm belief that deleting files should >> never be possible whilst they are open. > This is one of the few instances I think Windows does something better > than OS X. Windows will check before you attempt to delete (i.e. move > to Recycling Bin) while OS X will move a file to Trash quite happily > only tell me it cannot remove the file when I try to empty the Trash. While I was trained in the Unix way, and believe it is entirely appropriate to delete an open file. Even if I my program is the opener. It's just too handy to have temp files that disappear on their own. As opposed to periodically going to %TEMP% and deleting them manually. Gah. -- Chris.