Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news-transit.tcx.org.uk!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'python': 0.08; 'googling': 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; 'subject:syntax': 0.16; 'mon,': 0.16; 'wrote:': 0.18; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; 'google,': 0.23; 'etc,': 0.23; 'message-id:@mail.gmail.com': 0.28; 'second': 0.29; 'to:addr:python-list': 0.34; 'anything': 0.34; 'reference': 0.37; 'received:google.com': 0.37; 'could': 0.37; 'using': 0.38; 'received:209.85': 0.38; 'help': 0.39; 'third': 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; '2011': 0.61; 'your': 0.61; 'article': 0.74; 'bottom,': 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=5VUGP/7iYPHQkb0xKVNVt2jPsnq8P9p+HKSHz3w5ilk=; b=o2pfcay0gSkDP+5Xk7dolmjuBniZHaZfoNxvWEtnC1430Hun3jxPkLgYOUNZFwPIM3 oaS5xD5aGuf/+uchVbm+OkHeBzkAE5knvhXXZDwshffLRUrCAkoKv9WrL5O9lZ5cwQGR GpnkKfH+Pq4f28G6ptoUgYvsGV3jBIL8FwgEg= MIME-Version: 1.0 In-Reply-To: <4EE54272.8000005@gmail.com> References: <4EE54272.8000005@gmail.com> Date: Mon, 12 Dec 2011 11:37:26 +1100 Subject: Re: Verbose and flexible args and kwargs 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1323650249 news.xs4all.nl 6948 [2001:888:2000:d::a6]:50287 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16996 On Mon, Dec 12, 2011 at 10:53 AM, Eelco Hoogendoorn wrote: > Googling 'myprogramminglanguage conceptimtryingtofigureout' is my first, > second and third line of defence. Yes, I could read the reference manual > from top to bottom, and if I already knew about the existence of your > article then im sure that would be a great help too. Python in particular has very poor internal search. I don't recommend searching the Python docs for anything that you can search for externally using Google, duckduckgo, etc, etc. ChrisA