Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:based': 0.07; 'filename': 0.09; 'operator,': 0.09; 'am,': 0.12; 'received:209.85.210.174': 0.13; 'received:mail- iy0-f174.google.com': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'roy': 0.16; 'subject: \n ': 0.16; 'subject:syntax': 0.16; 'wrote:': 0.18; 'dec': 0.22; 'header :In-Reply-To:1': 0.22; 'import': 0.27; 'beyond': 0.28; 'message- id:@mail.gmail.com': 0.28; 'sun,': 0.30; 'to:addr:python-list': 0.34; 'subject:/': 0.35; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'more': 0.61; '2011': 0.61; 'asterisk': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=hc1wb59QDqfrU4xlVk3R2cj4DLVx9YFWH7PNVA8oprU=; b=VK8RwhRe/1KnqiMGuqQLzOte6aotAmX3Hm6aSARFcWy177tz4UeN4ybEqvXaJ9GpOo nDUYutD5gCqqfYcKQl1oF3vxbZgxLTQL2NDxrFtmmuB+bR6quZH8uVpuL98YlJXSqDKp +nw32oCxyFIq/rXnmhPSLqmnykGpJyP7hn8Yk= MIME-Version: 1.0 In-Reply-To: References: <841f4d29-f50b-4b0b-912b-b497fb6e60ec@t16g2000vba.googlegroups.com> <4eeccabe$0$29979$c3e8da3$5496439d@news.astraweb.com> Date: Sun, 18 Dec 2011 04:18:15 +1100 Subject: Re: Pythonification of the asterisk-based collection packing/unpacking syntax From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1324142298 news.xs4all.nl 6948 [2001:888:2000:d::a6]:45087 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:17414 On Sun, Dec 18, 2011 at 4:14 AM, Roy Smith wrote: > Import wildcarding? That's not an operator, any more than it is when used in filename globbing. The asterisk _character_ has many meanings beyond those of the operators * and **. ChrisA