Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'parameter': 0.09; 'cc:addr :python-list': 0.11; 'jan': 0.12; "'from": 0.16; '23,': 0.16; '4:35': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:sqlite3': 0.16; 'there!': 0.16; 'tuple': 0.16; 'tuple.': 0.16; 'thursday,': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'example': 0.22; 'cc:addr:python.org': 0.22; 'subject:problem': 0.24; 'fairly': 0.24; 'fine': 0.24; 'looks': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'strongly': 0.30; 'message-id:@mail.gmail.com': 0.30; 'supposed': 0.32; 'subject: (': 0.35; 'subject:with': 0.35; 'received:google.com': 0.35; 'january': 0.37; 'clear': 0.37; 'handle': 0.38; 'fact': 0.38; 'pm,': 0.38; 'either': 0.39; 'yes': 0.68; 'dict.': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=+flj4SM/lDTDslQXg+kSWtednxkgoHUBG2+cIba8kag=; b=XoICGInqT/At6GVXJVDkC9GWtezehnu9jyP5csWOLYhnITlKorpvKtwjiT6KyD7IGs iMbzktzMOk3t//OCrRZ+7T8W2UD8xdolBRyKSNSQ67vmCSl24k2riufmGWlpm+/f0jg9 ghr8SxWZ72wqY5ht8O+pGTURV5CZ+MeMVyUzSwOZ4D8jA56zLW4jXMqeOK8PUQ5WH8JR 628k+GlsNgjL8GpIhpYuKJ/E+arKCE0cGDhXSn9aP2orubmmJfeesWHpxLoEQDb64iyS rSyiVOEVIHYyR1KLb/R6TaGLlwcIhe9rNOGdYYgkH+QxIm7Ez972zMG/jh2wd2kHSXn5 6CCw== MIME-Version: 1.0 X-Received: by 10.68.98.3 with SMTP id ee3mr6069822pbb.31.1390455720181; Wed, 22 Jan 2014 21:42:00 -0800 (PST) In-Reply-To: <1f13ee0c-5cb5-4627-9f38-2058a8235083@googlegroups.com> References: <52e07f45$0$3631$426a34cc@news.free.fr> <1f13ee0c-5cb5-4627-9f38-2058a8235083@googlegroups.com> Date: Thu, 23 Jan 2014 16:42:00 +1100 Subject: Re: sqlite3 docbug (was problem with sqlite3) From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1390455723 news.xs4all.nl 2836 [2001:888:2000:d::a6]:60850 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64573 On Thu, Jan 23, 2014 at 4:35 PM, Rustom Mody wrote: > On Thursday, January 23, 2014 10:11:42 AM UTC+5:30, Chris Angelico wrote: >> I think it's fairly clear from the example that it has to be either a >> tuple or a dict. Looks fine to me. > > yes 'from the example' and only from there! The fact that there's only one parameter that's supposed to handle all of that also strongly suggests that it's a tuple. ChrisA