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


Groups > comp.lang.python > #36679

Re: PyWart: Import resolution order

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed4.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.085
X-Spam-Evidence '*H*': 0.83; '*S*': 0.00; 'paths': 0.05; 'python': 0.09; 'friday,': 0.09; 'sat,': 0.15; 'demonstrable': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'syntactic': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'module': 0.19; 'sorry,': 0.22; 'programming': 0.23; 'linux': 0.24; 'header:In- Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; 'chris': 0.28; 'code': 0.31; 'johnson': 0.32; '11,': 0.33; 'to:addr:python-list': 0.33; "can't": 0.34; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'add': 0.36; '12,': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'list,': 0.39; 'little': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'stay': 0.61; 'back': 0.62; 'world': 0.63; 'hang': 0.65; "today's": 0.66; 'soon.': 0.73; 'paper': 0.78; '2013': 0.84; 'subject:Import': 0.84; 'yet?': 0.84; 'rick': 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 :content-type; bh=l0lRjzRfAZeiGM91myLp8QBM/U5WZWkhriZh5oTjLvY=; b=qo2EDfVY0ioD3Th6nsX5DpEkxg+br1IGVaXd/6C6h+1XDeRhWKKohxfawYpwL0EQWD Kb0ooFTQO2DURqVCFPS6YN5y6iC/eqcoWW/DvSfgwoHKJluVrqkdpnzSNi0jOk4z/K4p ykxdbUa605ObKMq/uuC+ggiv4JTZGgo5NBmBAEGTVE1DowN5ttiPX+OezX8P+RYGE02w oBtAK7Ab4C+ZY1AeEKTL97KmOO+cXGsJoLvqiiEL0HDm8QsWBRDw3xerejYU6DxKVtWr Drc24Y/72TaUBgdDL8gaiEWyW9OaDGcbNuXhUIcvnfgN9KfdiVeBMgbXfdNBupAvIlwM /TQg==
MIME-Version 1.0
In-Reply-To <2e407be7-2812-4c21-b91c-58e39b474bf7@googlegroups.com>
References <88bab977-ca49-487a-8fba-7d3350266d8d@googlegroups.com> <mailman.388.1357886143.2939.python-list@python.org> <2e407be7-2812-4c21-b91c-58e39b474bf7@googlegroups.com>
Date Sat, 12 Jan 2013 17:03:11 +1100
Subject Re: PyWart: Import resolution order
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.433.1357970601.2939.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1357970601 news.xs4all.nl 6878 [2001:888:2000:d::a6]:58303
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:36679

Show key headers only | View raw


On Sat, Jan 12, 2013 at 4:28 PM, Rick Johnson
<rantingrickjohnson@gmail.com> wrote:
> On Friday, January 11, 2013 12:30:27 AM UTC-6, Chris Angelico wrote:
>> Welcome back to the list, Rick. Got any demonstrable code
>> for Python 4000 yet?
>
> I am working on it. Stay tuned. Rick is going to rock your little programming world /very/ soon.

So all I have to do is paper my programming world and I win?

Sorry, can't hang around arguing about module search paths and your
recommendations to add piles of syntactic salt. Gotta finish building
and playing with today's Linux kernel (3.2.7, it's looking good so
far).

ChrisA

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


Thread

PyWart: Import resolution order Rick Johnson <rantingrickjohnson@gmail.com> - 2013-01-10 22:13 -0800
  Re: PyWart: Import resolution order Chris Angelico <rosuav@gmail.com> - 2013-01-11 17:30 +1100
    Re: PyWart: Import resolution order Rick Johnson <rantingrickjohnson@gmail.com> - 2013-01-11 21:28 -0800
      Re: PyWart: Import resolution order Chris Angelico <rosuav@gmail.com> - 2013-01-12 17:03 +1100
      Re: PyWart: Import resolution order Ian Kelly <ian.g.kelly@gmail.com> - 2013-01-12 00:36 -0700
        Re: PyWart: Import resolution order 88888 Dihedral <dihedral88888@googlemail.com> - 2013-01-12 19:56 -0800
        Re: PyWart: Import resolution order 88888 Dihedral <dihedral88888@googlemail.com> - 2013-01-12 19:56 -0800
    Re: PyWart: Import resolution order Rick Johnson <rantingrickjohnson@gmail.com> - 2013-01-11 21:28 -0800
      Re: PyWart: Import resolution order alex23 <wuwei23@gmail.com> - 2013-01-12 19:23 -0800
  Re: PyWart: Import resolution order Terry Reedy <tjreedy@udel.edu> - 2013-01-11 08:35 -0500
  Re: PyWart: Import resolution order Michael Torrie <torriem@gmail.com> - 2013-01-11 10:53 -0700
  Re: PyWart: Import resolution order Rick Johnson <rantingrickjohnson@gmail.com> - 2013-01-11 20:50 -0800
    Re: PyWart: Import resolution order alex23 <wuwei23@gmail.com> - 2013-01-11 23:44 -0800

csiph-web