Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!news-transit.tcx.org.uk!rt.uk.eu.org!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:based': 0.07; 'python': 0.08; 'obsolete': 0.09; 'driscoll': 0.16; 'keyword.': 0.16; 'subject: \n ': 0.16; 'subject:syntax': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'cc:addr:python-list': 0.16; 'received:74.125.82.44': 0.16; 'received:mail- ww0-f44.google.com': 0.16; 'wrote:': 0.18; 'cc:no real name:2**0': 0.20; 'dec': 0.22; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; 'cc:2**0': 0.24; '(my': 0.24; 'message-id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'pm,': 0.29; 'keywords,': 0.30; 'sun,': 0.30; 'understands': 0.30; 'list': 0.32; 'probably': 0.34; 'received:74.125.82': 0.35; 'subject:/': 0.35; 'unless': 0.35; 'uses': 0.36; 'opposed': 0.37; 'received:74.125': 0.37; 'received:google.com': 0.37; 'using': 0.38; 'steven': 0.38; 'more': 0.61; 'type': 0.61; '2011': 0.61; 'everybody': 0.63; 'notepad,': 0.84; 'whatever,': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=0yjEROrdEQpvj5NVz4v9EscXSoXTgTRsRqXRjwvMpWE=; b=UTfd1+1rF6ZuZ31f5xJpBPNDYf7gmoRNgenDOzLJZMA/JCAQZq+2P1q92M4MaGdp99 aiULocCU37FogeWew45ZwUiuOdYyrO2Jw1InSeyKas6PF/eOkPABEgGQvVjDGiyUusPf +YQeV52vG08QUOAYLylH+9VHaMjxGfyVT8zu0= MIME-Version: 1.0 In-Reply-To: <4eee92aa$0$11091$c3e8da3@news.astraweb.com> References: <841f4d29-f50b-4b0b-912b-b497fb6e60ec@t16g2000vba.googlegroups.com> <15424060.724.1324183952802.JavaMail.geo-discussion-forums@prix23> <4eeda5fc$0$29979$c3e8da3$5496439d@news.astraweb.com> <4eee92aa$0$11091$c3e8da3@news.astraweb.com> From: Ian Kelly Date: Sun, 18 Dec 2011 20:00:59 -0700 Subject: Re: Pythonification of the asterisk-based collection packing/unpacking syntax To: "Steven D'Aprano" Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1324263691 news.xs4all.nl 6840 [2001:888:2000:d::a6]:39531 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:17495 On Sun, Dec 18, 2011 at 6:26 PM, Steven D'Aprano wrote: > On Sun, 18 Dec 2011 13:47:46 -0600, Evan Driscoll wrote: > > [...] >> so unless you're opposed to using an editor more >> advanced than Notepad, you'll type in "varargs", it'll turn purple or >> whatever, and you'll go "oh that's a keyword." > > Not everybody uses editors more advanced than Notepad. Even those who do > may not have an editor that understands Python keywords, or has an > obsolete list of keywords (my editor of choice doesn't know about > NotImplementedError). Probably because NotImplementedError is not a keyword.