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


Groups > comp.lang.python > #46578

Re: Can anyone please help me in understanding the following python code

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.102
X-Spam-Level *
X-Spam-Evidence '*H*': 0.81; '*S*': 0.01; 'subject:code': 0.07; 'subject:help': 0.08; 'assume': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'seconds.': 0.16; 'simpson': 0.16; 'subject:skip:u 10': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'error': 0.23; '31,': 0.24; 'post': 0.26; 'header:In-Reply- To:1': 0.27; 'subject:please': 0.30; 'message-id:@mail.gmail.com': 0.30; 'fri,': 0.33; 'not.': 0.33; 'subject:the': 0.34; 'received:google.com': 0.35; 'there': 0.35; 'sometimes': 0.38; 'question,': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'subject:Can': 0.60; 'no.': 0.61; "you'll": 0.62; 'email addr:gmail.com': 0.63; 'within': 0.65; 'reply': 0.66; 'minutes': 0.67; 'saw': 0.77; 'yourself': 0.78; 'sent,': 0.91; '2013': 0.98
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 :content-type; bh=8bv94mc7+e5ZwhupeMBil9vQIRbF+p3UuOqa2mYtuWI=; b=o4bY7us3u5vW+G44LMInWLT12zcR9p+8eVvpkylQyFnvEosea0lAosZd5N6gpF/xwl A0eXQH6m1K3Zt+PH+0LNaa9V7SDfNzDyMwCD3WNRMI+vETB6nMO0T5GsObRhGbyK3ysO mNXsqUwIGT7VFO1zWv9x7scgd15x2j9IHpFAiRgzH+rbSy8Ra726eMxgqIJsll6K7wUU 19zCCm4FMNBeutnXA6ym2jK1IzbL1dw/x6gpb42/KN/3L/MFt6LUqDAuSW/JInR7wO/P FWSif8q8eDdJQsKLQD1V7TKHVNeKpgnnm7Qwn3VGSfsQ3D3TnIHR1o8fOHniyE+nmeBX 1aSA==
MIME-Version 1.0
X-Received by 10.52.117.16 with SMTP id ka16mr7414837vdb.43.1369984397599; Fri, 31 May 2013 00:13:17 -0700 (PDT)
In-Reply-To <20130531054317.GA48344@cskk.homeip.net>
References <c4d87e99-206c-480b-bf5e-2e1fbaa251eb@googlegroups.com> <20130531054317.GA48344@cskk.homeip.net>
Date Fri, 31 May 2013 17:13:17 +1000
Subject Re: Can anyone please help me in understanding the following python code
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
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 <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.2475.1369984400.3114.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1369984400 news.xs4all.nl 15985 [2001:888:2000:d::a6]:37579
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:46578

Show key headers only | View raw


On Fri, May 31, 2013 at 3:43 PM, Cameron Simpson <cs@zip.com.au> wrote:
> On 30May2013 21:54, bhk755@gmail.com <bhk755@gmail.com> wrote:
> | One final question, Is there a way to edit the message once it has been posted?
>
> Essentially, no. If there's some error in a post, reply to it
> yourself with a correction. Transparency is a good thing. Revisionist
> history pretty much is not.

Once your email or newsgroup post is sent, assume that it's also been
received; at very least, you won't be far wrong. You'll sometimes see
a response within minutes from someone who saw your post within
seconds.

ChrisA

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


Thread

Can anyone please help me in understanding the following python code bhk755@gmail.com - 2013-05-30 02:48 -0700
  Re: Can anyone please help me in understanding the following python code Chris Angelico <rosuav@gmail.com> - 2013-05-30 20:01 +1000
  Re: Can anyone please help me in understanding the following python code Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2013-05-30 10:17 +0000
  Re: Can anyone please help me in understanding the following python code bhk755@gmail.com - 2013-05-30 03:19 -0700
    Re: Can anyone please help me in understanding the following python	code Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2013-05-30 10:43 +0000
    Re: Can anyone please help me in understanding the following python code Chris Angelico <rosuav@gmail.com> - 2013-05-30 20:47 +1000
    Re: Can anyone please help me in understanding the following python code Joshua Landau <joshua.landau.ws@gmail.com> - 2013-05-30 12:11 +0100
  Re: Can anyone please help me in understanding the following python code Joshua Landau <joshua.landau.ws@gmail.com> - 2013-05-30 12:03 +0100
  Re: Can anyone please help me in understanding the following python code bhk755@gmail.com - 2013-05-30 05:39 -0700
    Re: Can anyone please help me in understanding the following python code bhk755@gmail.com - 2013-05-30 05:42 -0700
      Re: Can anyone please help me in understanding the following python code Dave Angel <davea@davea.name> - 2013-05-30 09:29 -0400
    Re: Can anyone please help me in understanding the following python code bhk755@gmail.com - 2013-05-30 05:42 -0700
    Re: Can anyone please help me in understanding the following python code Chris Angelico <rosuav@gmail.com> - 2013-05-30 22:55 +1000
  Re: Can anyone please help me in understanding the following python code bhk755@gmail.com - 2013-05-30 06:01 -0700
  Re: Can anyone please help me in understanding the following python code bhk755@gmail.com - 2013-05-30 21:53 -0700
  Re: Can anyone please help me in understanding the following python code bhk755@gmail.com - 2013-05-30 21:54 -0700
    Re: Can anyone please help me in understanding the following python code Cameron Simpson <cs@zip.com.au> - 2013-05-31 15:43 +1000
    Re: Can anyone please help me in understanding the following python code Chris Angelico <rosuav@gmail.com> - 2013-05-31 17:13 +1000
  Re: Can anyone please help me in understanding the following python code rusi <rustompmody@gmail.com> - 2013-06-01 10:43 -0700

csiph-web