Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!txtfeed1.tudelft.nl!tudelft.nl!txtfeed2.tudelft.nl!amsnews11.chello.com!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '3.2': 0.05; 'received:verizon.net': 0.07; 'terry': 0.07; '>>>>': 0.09; 'doc,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'tkinter': 0.09; 'examples': 0.11; 'am,': 0.12; 'reedy': 0.16; 'subject:syntax': 0.16; 'wrote:': 0.18; '>>>': 0.18; 'jan': 0.19; 'trying': 0.21; 'header:In-Reply-To:1': 0.23; 'changed': 0.24; 'code': 0.25; 'import': 0.28; 'also.': 0.30; 'really,': 0.30; 'example': 0.30; 'nov': 0.31; 'to:addr:python-list': 0.32; 'header :User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.33; 'changing': 0.34; 'something': 0.36; 'but': 0.37; 'think': 0.37; 'received:org': 0.37; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'did': 0.40; 'tim': 0.40; 'hate': 0.73; 'rafael': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Use and usefulness of the as syntax Date: Sun, 13 Nov 2011 17:16:38 -0500 References: <4ebe5ee6$0$25872$426a74cc@news.free.fr> <4EBE69DA.2060501@tim.thechases.com> <54b0617a-3456-4878-819c-f79b388232ea@u6g2000vbg.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Gmane-NNTP-Posting-Host: pool-74-109-121-73.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: <54b0617a-3456-4878-819c-f79b388232ea@u6g2000vbg.googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1321222611 news.xs4all.nl 6894 [2001:888:2000:d::a6]:51274 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15647 On 11/13/2011 3:55 AM, 0xfn wrote: > On Nov 12, 7:48 am, Rafael Dur=C3=A1n Casta=C3=B1eda > wrote: >> El 12/11/11 13:43, Tim Chase escribi=C3=B3:> I hate trying to trac= k down variable-names if one did something like >> >>> from Tkinter import * >> >> +1 > > Really, this questionable code is always mentioned as example in > Tkinter tuts. I see it is still in the 3.2 tkinter doc, near the top. > IMHO much better is >>>> import Tkinter as tk My opinion also. I will think about changing it someday, but then all=20 the examples will need to be changed ;-). So it will not be trivial. --=20 Terry Jan Reedy