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


Groups > comp.lang.python > #20025

Re: when to use import statements in the header, when to use import statements in the blocks where they are used?

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'override': 0.07; 'subject:when': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'bieber': 0.16; 'email addr:ix.netcom.com': 0.16; 'email name:wlfraed': 0.16; 'from:addr:ix.netcom.com': 0.16; 'from:addr:wlfraed': 0.16; 'from:name:dennis lee bieber': 0.16; 'message-id:@4ax.com': 0.16; 'received:wlfraed': 0.16; 'subject:import': 0.16; 'subject:used': 0.16; 'url:netcom': 0.16; 'url:wlfraed': 0.16; 'wulfraed': 0.16; 'wrote:': 0.18; 'received:166': 0.18; 'url:home': 0.21; 'feb': 0.22; 'subject:use': 0.24; 'django': 0.25; 'subject:?': 0.31; 'modules': 0.32; 'tue,': 0.32; 'there': 0.33; "can't": 0.33; 'header:X -Complaints-To:1': 0.34; 'lee': 0.34; 'especially': 0.34; 'to:addr :python-list': 0.35; 'received:org': 0.36; 'speak': 0.37; 'run': 0.37; 'reasons': 0.37; 'charset:us-ascii': 0.37; 'some': 0.38; 'to:addr:python.org': 0.40; 'dennis': 0.73; '-0500,': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: when to use import statements in the header, when to use import statements in the blocks where they are used?
Date Wed, 08 Feb 2012 09:53:54 -0500
References <CACUCHEBhLhCCLL3OOudBKnuD2BZJvDkYzjmoi_nsVR+JPzEENA@mail.gmail.com> <4F31D85B.4040406@davea.name> <CACUCHECoeiU4QfqZJSnd+n9vcORWq=oOFP-aSSS-FayBwhR28g@mail.gmail.com> <4F31E0ED.30908@davea.name>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host mobile-166-147-103-043.mycingular.net
X-Newsreader Forte Agent 6.00/32.1186
X-No-Archive YES
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
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.5545.1328713215.27778.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1328713215 news.xs4all.nl 6932 [2001:888:2000:d::a6]:56959
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:20025

Show key headers only | View raw


On Tue, 07 Feb 2012 21:41:49 -0500, Dave Angel <d@davea.name> wrote:


>
>I can't speak for django or django-celery.  There are people that 
>disagree on this, and there are some reasons to override the ones I 
>mentioned.  One would be large modules that are not used in most 
>circumstances, or not used till the program has run for a while.
>
	Especially if the modules are OS-dependent... 
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

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


Thread

Re: when to use import statements in the header, when to use import statements in the blocks where they are used? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-02-08 09:53 -0500

csiph-web