Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: UNSURE 0.230 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.69; '*S*': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:import': 0.16; 'wrote:': 0.18; 'mon,': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'step': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'jul': 0.74; 'mandatory.': 0.84; '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=aXuBBt3SRd5+PQCmDIFcvRsppbHhrrxAlwxGsurhQeE=; b=eRDoI7+/vJlWBIlclJ6bh8nzDBS+h/bbtpiCFNhJQMYrfkEf7ZNzL5k8wkMwfN00ES ootvFu/8sFOa1Gi7MzE569zD8FoxeDxBsb7hdiTDoK8C3btrG427arf6ySVDoqyaO9fJ gSsrw9nLyBg22mekM4qj6VvTOT++QDCdmTNU5U+0eESICYwwO8/M3XPBHJmHyUdG8+2R UHF4lABgbpT26T97smo6m5ha94WhnMA2iGldOESVduLizXsADkJkZe+sDvYZRGQwYh1b Uc9RWHVGiSQO4MBgAmvxs4p6SacAeWRpg6dTlfTsGjY4QyrRJjIta65hfRGNRV1Ma5jE zeZQ== MIME-Version: 1.0 X-Received: by 10.58.223.238 with SMTP id qx14mr25927075vec.98.1375137747135; Mon, 29 Jul 2013 15:42:27 -0700 (PDT) In-Reply-To: References: <51F6C720.2020404@Gmail.com> <20130729152051.46003bcf@bigbox.christie.dr> <51F6CF36.7080702@Gmail.com> Date: Mon, 29 Jul 2013 23:42:27 +0100 Subject: Re: import syntax From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Wed, 31 Jul 2013 14:07:43 +0200 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375272464 news.xs4all.nl 15891 [2001:888:2000:d::a6]:49381 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51644 On Mon, Jul 29, 2013 at 11:37 PM, Joshua Landau wrote: > 2d) Realise that the slow part is not what you thought it was This step is mandatory. ChrisA