Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'binary': 0.05; 'mode,': 0.09; 'subject:2.7': 0.09; 'dec': 0.15; 'read:': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'header:In-Reply-To:1': 0.25; 'message- id:@mail.gmail.com': 0.27; 'correct': 0.28; 'tar': 0.29; 'sense': 0.31; 'file': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'text': 0.34; 'open': 0.35; 'pm,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'should': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'to:name:python': 0.84; '"it': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=rorHp2zctXYV9hExva5m3hQ6BkMoPlu1GZmjOGa2zks=; b=b6mIPqfkwF8HszYFbs4HuHtodV64EvyrqQvW1rBDemXaQniF1YjqZi33I78nxBHEfg k/0E4Y+DbMhr5dyUYBpRkcsS/mnrAO79dq9D54eV4YIsKAL1O9/4zFwniCMj8wxUHGAj q+kTb/8W1Ae7vpO9D8mt5/TgNA0GDZg9VGqxpskjRHu+enThpoJKJazf/KNVC1h0raDN chmIKEJF8Xb3cml3tPqeETRg5fgC4JkThBvp59gcp0Qz+bnkODg6F5eB6vTrX9m1nGrV Awf3CjR0rte4NoiX9f++Vvz30ZuAxSlRayW7frmUQlUSX+c2GbUM7inm2M1UHICOkqfM Kv1g== MIME-Version: 1.0 In-Reply-To: References: <50DB1E1F.7010404@rece.vub.ac.be> <50DC986C.6010202@syslang.net> From: Ian Kelly Date: Thu, 27 Dec 2012 12:27:19 -0700 Subject: Re: 3.2 can't extract tarfile produced by 2.7 To: Python Content-Type: text/plain; charset=ISO-8859-1 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: , Newsgroups: comp.lang.python Message-ID: Lines: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356636473 news.xs4all.nl 6910 [2001:888:2000:d::a6]:50597 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35636 On Thu, Dec 27, 2012 at 12:25 PM, Ian Kelly wrote: > You're correct that it makes no sense to open a tar file in binary > mode, Of course that should have read: "it makes no sense to open a tar file in text mode."