Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'api.': 0.05; 'apis': 0.07; 'python': 0.08; 'c++': 0.12; 'am,': 0.13; 'wrote:': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'rantingrick': 0.16; 'subject:between': 0.16; 'tarfile': 0.16; 'zipfile': 0.16; 'programming': 0.18; 'header:In-Reply-To:1': 0.22; 'archive': 0.23; 'modules': 0.25; 'sat,': 0.28; 'message- id:@mail.gmail.com': 0.28; 'chris': 0.32; 'to:addr:python-list': 0.34; 'actual': 0.35; 'languages': 0.37; 'received:google.com': 0.38; 'received:209.85.161': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'should': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'details': 0.65; 'care': 0.73; '(standard': 0.84; 'mere': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=wMk+HwZYI3+n08s7JOeaZoYI+bpv+A4sy6kX8mICUC8=; b=P0rfhX7M2p7mVY2zHe4s0E7h/573UbcplNLuA/QlxgzWt17o5mFbb9nibW5Bsu22os pdslLCsnad12+nUF2AjgZgl4Bc1ZexbR3/zx87U5cDrg4qYox6hGGlqFbmPt8YzHgSi9 g8zM5rOIiPg3u6oPpsyzF74JLz22S/nujBRYg= MIME-Version: 1.0 In-Reply-To: <65cc5bad-bf16-47c8-a6ba-8c9a588d7209@z14g2000yqh.googlegroups.com> References: <5fd8e664-c855-41a2-9d8b-36d4c486f0b9@n35g2000yqf.googlegroups.com> <65cc5bad-bf16-47c8-a6ba-8c9a588d7209@z14g2000yqh.googlegroups.com> Date: Sat, 23 Jul 2011 03:23:38 +1000 Subject: Re: Inconsistencies between zipfile and tarfile APIs From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311355427 news.xs4all.nl 23921 [2001:888:2000:d::a6]:51330 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10123 On Sat, Jul 23, 2011 at 3:11 AM, rantingrick wrote: > WWrong! It is more that just a MERE preference. Tarfile and zipfile > are BOTH archive modules and as such should present a consistent API. > I really don't care so much about the actual details AS LONG AS THE > APIs ARE CONSISTENT! Python and C++ are BOTH programming languages and as such should present a consistent API. I really don't care so much about the actual details as long as the APIs (standard libraries) are consistent! Chris Angelico