Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.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.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:skip:s 10': 0.07; 'f.close()': 0.09; 'friday,': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.11; 'problem!': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'post': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'thanks!': 0.32; 'fri,': 0.33; 'subject: (': 0.35; 'received:209.85': 0.35; 'received:google.com': 0.35; 'should': 0.36; 'received:209': 0.37; 'pm,': 0.38; 'previous': 0.38; '12,': 0.39; 'details.': 0.61; 'hard.': 0.84; '2013': 0.98 X-Received: by 10.49.81.198 with SMTP id c6mr883888qey.37.1365768469518; Fri, 12 Apr 2013 05:07:49 -0700 (PDT) Newsgroups: comp.lang.python Date: Fri, 12 Apr 2013 05:07:49 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=92.235.49.250; posting-account=fjrvzQoAAAAF4F9_gcVHWLVVScTZ6_Hn References: <439121e2-ecc0-4f4d-b75f-0154102cc128@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 92.235.49.250 MIME-Version: 1.0 Subject: Re: shutil.copyfile is incomplete (truncated) From: Rob Schneider To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365768479 news.xs4all.nl 2625 [2001:888:2000:d::a6]:46781 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43441 On Friday, 12 April 2013 10:22:21 UTC+1, Chris Angelico wrote: > On Fri, Apr 12, 2013 at 7:18 PM, Rob Schneider wrote: > > > f.close > > > > Yep, there's the problem! See my previous post for details. Change this to: > > > > f.close() > > > > and you should be sorted. > > > > ChrisA Slapping forehead ... hard. Thanks!