Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #29999

Re: python file API

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!eweka.nl!hq-usenetpeers.eweka.nl!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <dreamingforward@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'exception': 0.03; 'interpreter': 0.04; 'attribute': 0.05; 'cpython': 0.05; 'subject:file': 0.07; 'try:': 0.07; 'python': 0.09; 'ioerror:': 0.09; 'sep': 0.09; 'underlying': 0.09; 'bug': 0.10; 'cc:addr :python-list': 0.10; 'subject:python': 0.11; '24,': 0.16; 'benjamin': 0.16; 'cc:name:python list': 0.16; 'coupling': 0.16; 'subject:API': 0.16; 'syntax.': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'bit': 0.21; 'exceptions': 0.22; 'cc:2**0': 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'argue': 0.29; 'implicitly': 0.29; 'overhead': 0.29; 'class': 0.29; 'this.': 0.29; "i'm": 0.29; 'error': 0.30; 'code': 0.31; 'received:209.85.160.46': 0.32; 'raising': 0.33; 'operations': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'except': 0.36; 'but': 0.36; 'should': 0.36; 'operating': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'little': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'think': 0.40; 'free': 0.61; 'between': 0.63; 'more': 0.63; 'direct': 0.69; 'special': 0.73; 'bypasses': 0.84; 'oscar': 0.84; 'prone': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=DC0NbdAez35ouQyydAODh1cKWowXVx0MkvkJfUu97Ho=; b=vhrce9cE3UHrpsOIQRqF95uQJ32PlOhtZEDN18n52vEn6/NM5o8j+lCDbwHe6lS4mC Fd1zKN8NKMABY+Rk8TXnWynFQ/B27Ii53C4IcfNXoE+LkYZlCNjAapbGVJcoby5mmOos 7pYN1pJneZFDvykxQw0lRsNf80W93BT2Ba7cZGBeQHTnuhdxiXbWMRJ8LPBr62hMMxro 8ZpUBLHwFJCsuXO/IjuhImHF76XjHPfVLbetvcuoESB9BWyu9rjektS+gILZxQk3nX++ r607nkuxihm80nKX96Nvpv88yeD+ngFWeG6AUXXfRI5PXJfH6jqaXBdFwprlsAoOffGC M6LA==
MIME-Version 1.0
In-Reply-To <CAHVvXxQa08bFVJ10x75jeRYxDw4J3xPyvRauqP5haq=ppV6DKQ@mail.gmail.com>
References <0ec1fe2e-890c-4e25-8047-4cb8bee0aa95@googlegroups.com> <5060D55C.3000407@davea.name> <mailman.1222.1348524844.27098.python-list@python.org> <a8dc1fb1-b5ff-46fe-8486-91fdc2ad91de@googlegroups.com> <CAHVvXxQa08bFVJ10x75jeRYxDw4J3xPyvRauqP5haq=ppV6DKQ@mail.gmail.com>
Date Mon, 24 Sep 2012 21:32:42 -0500
Subject Re: python file API
From Mark Adam <dreamingforward@gmail.com>
To Oscar Benjamin <oscar.j.benjamin@gmail.com>
Content-Type text/plain; charset=ISO-8859-1
Cc Python List <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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1265.1348540365.27098.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1348540365 news.xs4all.nl 6852 [2001:888:2000:d::a6]:51080
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:29999

Show key headers only | View raw


On Mon, Sep 24, 2012 at 5:55 PM, Oscar Benjamin
<oscar.j.benjamin@gmail.com> wrote:
> There are many situations where a little bit of attribute access magic is a
> good thing. However, operations that involve the underlying OS and that are
> prone to raising exceptions even in bug free code should not be performed
> implicitly like this. I find the following a little cryptic:
> try:
>     f.pos = 256
> except IOError:
>     print('Unseekable file')

Well it might be that the coupling between the python interpreter and
the operating system should be more direct and there should be a
special exception class that bypasses the normal overhead in the
CPython implementation so that error can be caught in the code without
breaking syntax.  But I don't think I'm ready to argue that point....

markj

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

python file API zipher <dreamingforward@gmail.com> - 2012-09-24 14:35 -0700
  Re: python file API Dave Angel <d@davea.name> - 2012-09-24 17:49 -0400
    Re: python file API Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-09-25 08:22 +0200
      Re: python file API Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-09-25 04:19 -0400
        Re: python file API Grant Edwards <invalid@invalid.invalid> - 2012-09-25 14:07 +0000
      Re: python file API Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-09-25 12:07 -0400
      Re: python file API Chris Angelico <rosuav@gmail.com> - 2012-09-26 02:12 +1000
  Re: python file API Chris Kaynor <ckaynor@zindagigames.com> - 2012-09-24 14:58 -0700
  Re: python file API Chris Angelico <rosuav@gmail.com> - 2012-09-25 08:14 +1000
    Re: python file API zipher <dreamingforward@gmail.com> - 2012-09-24 15:36 -0700
      Re: python file API Mark Adam <dreamingforward@gmail.com> - 2012-09-24 21:32 -0500
      Re: python file API Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-25 08:27 +0100
      Re: python file API Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-25 11:51 +0100
    Re: python file API zipher <dreamingforward@gmail.com> - 2012-09-24 15:36 -0700
      Re: python file API Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-25 02:28 +0000
        Re: python file API Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2012-09-25 07:25 +0200
          Re: python file API Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-25 07:28 +0000
            Re: python file API Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2012-09-25 21:40 +0200
    Re: python file API Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-25 01:33 +0000
  Re: python file API Dave Angel <d@davea.name> - 2012-09-24 18:36 -0400
  Re: python file API Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-24 16:37 -0600
    Re: python file API Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2012-09-25 07:32 +0200
      Re: python file API Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-09-25 04:13 -0400
        Re: python file API Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2012-09-25 11:53 +0200
      Re: python file API Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-25 03:32 -0600
  Re: python file API Chris Angelico <rosuav@gmail.com> - 2012-09-25 08:57 +1000
  Re: python file API Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-25 00:12 +0100
  Re: python file API Chris Kaynor <ckaynor@zindagigames.com> - 2012-09-24 16:14 -0700
  Re: python file API Ramchandra Apte <maniandram01@gmail.com> - 2012-09-30 05:50 -0700

csiph-web