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


Groups > comp.lang.python > #36818

Re: PyWart: Module access syntax

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder2.hal-mli.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.100
X-Spam-Level *
X-Spam-Evidence '*H*': 0.81; '*S*': 0.01; 'list?': 0.07; 'subject:access': 0.16; 'sucked': 0.16; 'syntax,': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'define': 0.20; 'header:In- Reply-To:1': 0.25; 'in.': 0.27; 'message-id:@mail.gmail.com': 0.27; "people's": 0.29; 'that.': 0.30; 'johnson': 0.32; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'feed': 0.35; 'filter': 0.35; 'pm,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'received:209': 0.37; 'well.': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; '2013': 0.84; 'filtered': 0.84; 'to:name:python': 0.84; 'rick': 0.91; 'responses': 0.93
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=9GC5knvFyS2QFprx1n01FHqdOV6ofhUJOuP2ac89WvI=; b=c2WG8itPIqdy+Zboxwf+if3eLxMYMTW2rdlD3jY68e+g9/a4wnWDFI59Pf2OoIrQ7k k1r9XVSd5SG8r1VKkwIUse72A79mQ3cyLy+Mr/B8hpfSVyQCjLHBVywf7ukb2rS5kbY4 UNZ+DkN3GyTdPxsjZnAIIi4CEcSPmocgB+pzUiil1CM9QOPS17SopD7aWCcHR2osyrux WBO5V0AtC3vDKU13IcHIVKgufIM0MVPN9Nxs/trXDNzigk6/uilWA79EYCzX61MPRNrN IoZxYn5ZqV9iJhYVDcJxMOTgD/zTWT+1sLMDGNpaDvRCe3T6ywft2RhUWoQc2ZrGSM+2 Q9Aw==
MIME-Version 1.0
In-Reply-To <20130114143540.35404db7@dilbert>
References <8e9b2b0e-1c34-46cc-80c6-57fbb5fd756c@googlegroups.com> <50f03799$0$30003$c3e8da3$5496439d@news.astraweb.com> <9b64719e-1e06-47fa-a7e6-692a3dd360d0@googlegroups.com> <50f1066f$0$30003$c3e8da3$5496439d@news.astraweb.com> <af1ad595-4ee6-4b9f-86fb-845c025fb417@googlegroups.com> <CALwzidkG4cLPwhPGn31UN3pao=RJiXr4Ynd0QQ1tfvJMyFigfA@mail.gmail.com> <20130114143540.35404db7@dilbert>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Mon, 14 Jan 2013 13:38:29 -0700
Subject Re: PyWart: Module access syntax
To Python <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.517.1358195942.2939.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1358195942 news.xs4all.nl 6844 [2001:888:2000:d::a6]:37342
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:36818

Show key headers only | View raw


On Mon, Jan 14, 2013 at 12:35 PM, D'Arcy J.M. Cain <darcy@druid.net> wrote:
> On Mon, 14 Jan 2013 11:51:50 -0700
> Ian Kelly <ian.g.kelly@gmail.com> wrote:
>> On Sun, Jan 13, 2013 at 10:22 PM, Rick Johnson
>> <rantingrickjohnson@gmail.com> wrote:
> ...Whatever
>
>> If you want us to understand the syntax, then you need to define
>
> If you are going to feed the trolls can I please ask that you Cc them
> or send to them and Cc the list? That way those of us who filter out the
> trolls can filter out the responses to them as well.

Sorry about that.  I actually have him filtered out too, but then I
see other people's responses and I get sucked in.

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


Thread

PyWart: Module access syntax Rick Johnson <rantingrickjohnson@gmail.com> - 2013-01-10 22:01 -0800
  Re: PyWart: Module access syntax Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-01-11 16:02 +0000
    Re: PyWart: Module access syntax Rick Johnson <rantingrickjohnson@gmail.com> - 2013-01-11 20:34 -0800
      Re: PyWart: Module access syntax Chris Angelico <rosuav@gmail.com> - 2013-01-12 15:40 +1100
        Re: PyWart: Module access syntax Rick Johnson <rantingrickjohnson@gmail.com> - 2013-01-11 21:46 -0800
          Re: PyWart: Module access syntax Chris Angelico <rosuav@gmail.com> - 2013-01-12 16:59 +1100
          Re: PyWart: Module access syntax Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-01-12 06:53 +0000
        Re: PyWart: Module access syntax Rick Johnson <rantingrickjohnson@gmail.com> - 2013-01-11 21:46 -0800
        Re: PyWart: Module access syntax 88888 Dihedral <dihedral88888@googlemail.com> - 2013-01-12 16:02 -0800
        Re: PyWart: Module access syntax 88888 Dihedral <dihedral88888@googlemail.com> - 2013-01-12 16:02 -0800
      Re: PyWart: Module access syntax Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-01-12 06:45 +0000
        Re: PyWart: Module access syntax Rick Johnson <rantingrickjohnson@gmail.com> - 2013-01-13 21:22 -0800
          Re: PyWart: Module access syntax Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-01-14 17:34 +0000
            Re: PyWart: Module access syntax Rick Johnson <rantingrickjohnson@gmail.com> - 2013-01-14 23:07 -0800
          Re: PyWart: Module access syntax Ian Kelly <ian.g.kelly@gmail.com> - 2013-01-14 11:51 -0700
            Re: PyWart: Module access syntax Rick Johnson <rantingrickjohnson@gmail.com> - 2013-01-14 23:49 -0800
              Re: PyWart: Module access syntax Chris Angelico <rosuav@gmail.com> - 2013-01-15 19:08 +1100
            Re: PyWart: Module access syntax Rick Johnson <rantingrickjohnson@gmail.com> - 2013-01-14 23:49 -0800
          Re: PyWart: Module access syntax Ian Kelly <ian.g.kelly@gmail.com> - 2013-01-14 12:04 -0700
          Re: PyWart: Module access syntax "D'Arcy J.M. Cain" <darcy@druid.net> - 2013-01-14 14:35 -0500
          Re: PyWart: Module access syntax Ian Kelly <ian.g.kelly@gmail.com> - 2013-01-14 13:38 -0700
      Re: PyWart: Module access syntax Ian Kelly <ian.g.kelly@gmail.com> - 2013-01-11 23:55 -0700
      Re: PyWart: Module access syntax alex23 <wuwei23@gmail.com> - 2013-01-11 23:36 -0800
  Re: PyWart: Module access syntax Nicholas Cole <nicholas.cole@gmail.com> - 2013-01-12 12:16 +0000

csiph-web