Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'ascii': 0.09; 'assuming': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'length:': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'underscore.': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'long,': 0.26; 'least': 0.26; 'header:In-Reply-To:1': 0.27; '[1]': 0.29; 'character': 0.29; 'characters': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'url:python': 0.33; 'url:ref': 0.36; 'charset:us-ascii': 0.36; 'url:org': 0.36; 'length': 0.61; 'url:5': 0.61; 'jul': 0.74; 'million': 0.74; 'beats': 0.84; '2013,': 0.91 Date: Thu, 4 Jul 2013 10:45:50 -0500 (CDT) From: Wayne Werner X-X-Sender: wayne@gilgamesh To: Steven D'Aprano Subject: Re: Default scope of variables In-Reply-To: <51d508ed$0$6512$c3e8da3$5496439d@news.astraweb.com> References: <51d4eb9c$0$29999$c3e8da3$5496439d@news.astraweb.com> <51d508ed$0$6512$c3e8da3$5496439d@news.astraweb.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: python-list@python.org 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372952777 news.xs4all.nl 15995 [2001:888:2000:d::a6]:36977 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49877 On Thu, 4 Jul 2013, Steven D'Aprano wrote: > > [1] Based on empirical evidence that Python supports names with length at > least up to one million characters long, and assuming that each character > can be an ASCII letter, digit or underscore. > The specification *does* state unlimited length: http://docs.python.org/release/2.5.2/ref/identifiers.html Though practicality beats purity. -W