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


Groups > comp.lang.python > #74710

Re: I need an idea for practise!

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!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.029
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'string': 0.09; 'cc:addr :python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'normal,': 0.16; 'reedy': 0.16; 'self.file': 0.16; 'wrote:': 0.18; 'subject:need': 0.19; 'cc:addr:python.org': 0.22; 'looks': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'comments': 0.31; 'fri,': 0.33; 'common': 0.35; 'received:google.com': 0.35; '2nd': 0.60; '1st': 0.74; 'jul': 0.74; 'to:none': 0.92
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:cc :content-type; bh=5GMhOdZoaE4EMBNIOiHb5vmIGVO/UatyDeCeKPN5tx8=; b=fNYDzsaHSLCn7cfnBdUlRc0QVt9OtE/AbNr/W5E51C5SaEdQGUDQtXyGJ2g68r39ex tfnByP/oH1RQAcCvCjl/VT6/EgMZgL25hf4qInwY16yTSfnlvLyhAGPPcWT4DTMUszni 6auBrLQgoqhwusG8C8iacLQis/9WwGVXINU+xym/fNDjBNq1GriuaznxeAVHNpmlEXdN jHL/sp1KerK8L97IyxpjdTsZFccivPNtqqnw2Er3JEVGtZE3FViEH5lWBPjTJTN6M+Wp 2lDuMF+WF+P1nCGbjUeBgCft3Sh3RI1cWixyYBMf8vSwA8LQckcw56k5Gktw9GAF+3aX jg4w==
MIME-Version 1.0
X-Received by 10.52.232.200 with SMTP id tq8mr1138180vdc.32.1405649071699; Thu, 17 Jul 2014 19:04:31 -0700 (PDT)
In-Reply-To <lq9g99$hr5$1@ger.gmane.org>
References <6239bcaa-828f-499b-936d-69d022bb94ac@googlegroups.com> <467108ec-19e7-4089-8d5f-53a80244adaf@googlegroups.com> <CAPTjJmr8hmcNpfuC8mgyi=3abuLEhkB0TzOLM6sDArunJWyXMQ@mail.gmail.com> <lq9g99$hr5$1@ger.gmane.org>
Date Fri, 18 Jul 2014 12:04:31 +1000
Subject Re: I need an idea for practise!
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.11975.1405649073.18130.python-list@python.org> (permalink)
Lines 8
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1405649073 news.xs4all.nl 2829 [2001:888:2000:d::a6]:41061
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:74710

Show key headers only | View raw


On Fri, Jul 18, 2014 at 7:46 AM, Terry Reedy <tjreedy@udel.edu> wrote:
>     # self.file = open("file") :
>     # 1st 'file' colorized normal, 2nd as builtin, 3rd as string

Is this pair of comments a hold-over from when it was common to use
the file() constructor? Looks like it got searched-and-replaced.

ChrisA

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


Thread

I need an idea for practise! Nicholas Cannon <nicholascannon1@gmail.com> - 2014-07-17 02:59 -0700
  Re: I need an idea for practise! alister <alister.nospam.ware@ntlworld.com> - 2014-07-17 10:13 +0000
  Re: I need an idea for practise! Abhiram R <abhi.darkness@gmail.com> - 2014-07-17 19:03 +0530
  Re: I need an idea for practise! Chris Angelico <rosuav@gmail.com> - 2014-07-18 00:20 +1000
  Re: I need an idea for practise! Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-17 09:34 -0700
    Re: I need an idea for practise! Chris Angelico <rosuav@gmail.com> - 2014-07-18 03:20 +1000
      Re: I need an idea for practise! Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-17 12:30 -0700
        Re: I need an idea for practise! Paul McNett <paul@mcnettware.com> - 2014-07-17 13:21 -0700
        Re: I need an idea for practise! Chris Angelico <rosuav@gmail.com> - 2014-07-18 12:03 +1000
          Re: I need an idea for practise! Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-17 20:07 -0700
            Re: I need an idea for practise! Chris Angelico <rosuav@gmail.com> - 2014-07-18 13:23 +1000
              Re: I need an idea for practise! Rick Johnson <rantingrickjohnson@gmail.com> - 2014-07-17 21:06 -0700
                Re: I need an idea for practise! Chris Angelico <rosuav@gmail.com> - 2014-07-18 16:00 +1000
    Re: I need an idea for practise! Terry Reedy <tjreedy@udel.edu> - 2014-07-17 17:46 -0400
    Re: I need an idea for practise! Chris Angelico <rosuav@gmail.com> - 2014-07-18 12:04 +1000
  Re: I need an idea for practise! Orochi <kartikjagdale11@gmail.com> - 2014-07-17 11:05 -0700
    Re: I need an idea for practise! AudreyJean <iamAudreyJean@gmail.com> - 2014-07-18 08:42 -0700
  Re: I need an idea for practise! Nicholas Cannon <nicholascannon1@gmail.com> - 2014-07-17 19:03 -0700

csiph-web