Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96264
| Path | csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!ecngs!feeder2.ecngs.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!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.024 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'subject:Question': 0.05; 'namespace': 0.09; 'python': 0.10; 'thu,': 0.15; 'expert,': 0.16; 'subject:import': 0.16; 'wrote:': 0.16; "wouldn't": 0.16; '2015': 0.20; 'sep': 0.22; 'am,': 0.23; 'bit': 0.23; 'forgot': 0.23; "haven't": 0.24; 'header:In-Reply-To:1': 0.24; "i've": 0.25; 'message-id:@mail.gmail.com': 0.27; 'url:peps': 0.29; 'getting': 0.33; 'url:python': 0.33; 'received:google.com': 0.35; 'url:dev': 0.35; 'but': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'rather': 0.39; 'to:addr:python.org': 0.40; 'features:': 0.66; "they're": 0.66; 'experts': 0.70; 'otten': 0.84; 'to:name:python': 0.84 |
| 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=3MIeTfXtbjo9kOf/F4SmxPcad1Cani5w+CfrMBBFvDI=; b=jHWpwX9QV4YptSfev2sijh6g9gDCMTBRpvzfs8chbRbm9hh9uyHCJ3FYr0sxJUMWA2 +rWnkuTGUb7mo+7QFxTxxVI5+hlRbfHrkT4LyObxWKuJw0sik7CF3mYYpFbUfoA2bdUE T5Im6KUYN/rMQc7zhx21H9NScEltGD8RqbRD1gLx5PbyPkYaXdnwovwr/omV1gTBp3OV rlf02WlNS/hM7+DQuNvl86FSTiaCFh2t6XJ8m3d2c5ZbfWAnzZOWmDwQO/kXLqpHRnmg 3PfbLUwApiGoU0ghLNDVH1uy1/mvrqoYvEx8Cegmz+31Hv2b9lcNEM7R1BsxH+lHXBVa XISA== |
| X-Received | by 10.129.145.214 with SMTP id i205mr597821ywg.64.1441897919161; Thu, 10 Sep 2015 08:11:59 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <mss55m$pds$1@ger.gmane.org> |
| References | <msrah1$sju$1@ger.gmane.org> <CALwzidm3khNaGTt0OhVEo5bhqk1tFEjBUUUinW9TNUxrpnr8cw@mail.gmail.com> <mss55m$pds$1@ger.gmane.org> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Thu, 10 Sep 2015 09:11:19 -0600 |
| Subject | Re: Question about import |
| To | Python <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| 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.320.1441897927.8327.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1441897927 news.xs4all.nl 23726 [2001:888:2000:d::a6]:36095 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:96264 |
Show key headers only | View raw
On Thu, Sep 10, 2015 at 8:47 AM, Peter Otten <__peter__@web.de> wrote: > Ian Kelly wrote: >> That surprises me also, but I suspect it's because they're >> subdirectories of the current working directory rather than packages >> found on the sys.path. > > So even the experts cannot keep up with all those nifty new features: > > https://www.python.org/dev/peps/pep-0420/ (Implicit Namespace Packages) I've seen that before, but forgot about it. I wouldn't call myself an expert, though; I haven't been using Python regularly for the past couple of years, so I am getting a bit rusty.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Question about import Ian Kelly <ian.g.kelly@gmail.com> - 2015-09-10 09:11 -0600
csiph-web