Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.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.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'correct.': 0.07; 'element': 0.07; 'lawrence': 0.09; 'python': 0.11; 'posted': 0.15; '"python': 0.16; '(it': 0.16; 'subject:sqlite3': 0.16; '\xe9crit': 0.16; 'header:User-Agent:1': 0.23; 'subject:problem': 0.24; 'header:In-Reply-To:1': 0.27; 'problem': 0.35; 'subject: (': 0.35; 'subject:with': 0.35; 'something': 0.35; 'no,': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'wrong': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'first': 0.61; '(that': 0.65; 'led': 0.72; '10:04,': 0.84; 'deal,': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:newsgroups:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=qfLKyvzSZeaHx48RtYce35OKHrGYPv6S0DPeWjbZXMo=; b=FGz0gOKlUSq/JqyIn9NklbdJrcCdW7GhA6612iaThaaoBpTH9vjTFF0yeu7EU1hMOv hlRjRel9uF8GT9DtoyCjHBna4AH9cy6IQo3vCvKUWHBiBwNYAawDDVrrDp1ymvRw+3l4 tqYjTsEX1eGuzQsSbs3aX+uOiLhaZBekLjkRIzIsTlPA7sfjnrNHueHO0EXfvLYnZCZI zM72ldbZgk109t0lXRyrxIr4cEIzL/uBQZGKP2NWaRHEgAhIT5i8kirmgsrmXHjRAK9u GtPQ4WAeMb1yy9NEFRrW8+fYomIdHynT8RkuFp1oxy++OEYYt6tDLD4NZHEGGQoWjOQ5 ik2Q== X-Received: by 10.194.81.196 with SMTP id c4mr1518971wjy.57.1390470309816; Thu, 23 Jan 2014 01:45:09 -0800 (PST) Date: Thu, 23 Jan 2014 10:45:07 +0100 From: lgabiot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 Newsgroups: comp.lang.python To: python-list@python.org Subject: Re: sqlite3 docbug (was problem with sqlite3) References: <52e07f45$0$3631$426a34cc@news.free.fr> <1f13ee0c-5cb5-4627-9f38-2058a8235083@googlegroups.com> <52E0C6B2.1000407@hotmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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: , Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1390470316 news.xs4all.nl 2866 [2001:888:2000:d::a6]:50450 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64589 Le 23/01/14 10:04, Mark Lawrence a écrit : > No, you need to remember how to type xyz into your favourite search > engine. For this case xyz would be something like "python single > element tuple". > No big deal, but I don't think you are correct. Problem was that for me I "knew" (it was erroneous of course) that (element) was a python single element tuple... so there was no need for me to look for something I "knew". Once I understood that what I "knew" was wrong (that is after reading the answers to my first post), I did type xyz in my favourite search engine, which led me to the link I posted in my answer...