Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.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.149 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.71; '*S*': 0.01; 'developer': 0.10; '"0"': 0.16; '(sorry,': 0.16; 'do)': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; "mozilla's": 0.16; 'pages:': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'thorough': 0.19; '(or': 0.24; 'equivalent': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'usually': 0.31; 'probably': 0.32; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'received:209': 0.37; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'list,': 0.38; 'pm,': 0.38; 'anything': 0.39; 'does': 0.39; '12,': 0.39; 'to:addr:python.org': 0.39; 'read': 0.60; 'information': 0.63; 'such': 0.63; 'skip:n 10': 0.64; 'more': 0.64; 'url:en-us': 0.68; 'url:asp': 0.77; 'greek': 0.84; 'subject:gets': 0.84; 'url:mozilla': 0.91; '2013': 0.98 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:to :content-type; bh=UlUL1lUQdZob14ZOXtcQMfsDuRd1qyD4mBKO+lLUnmg=; b=uzPBf916Mwee3ZxXXaHrH6uznegfFFe2jPd+RFxaSRFlGZUBX4fIxFRqpMz4UaJqki kYyTIvD/vYJqkatakRH1xmy+j1Te5yBMf45zqArjEVZrR9O4K8XmsFt7hNyYKSQfPogJ 02rnUaWAFzVwd8U84IzOH7fuB53nT9gOcp5JCvjOpXZNozlXZf3cdvLce7CXeNTsiWf7 FNXXf82XlNw6QWRSRzzukh7w4jcndF4jZw88HpFHCBji+G6YefktYPu4GlgnOdeOz25l vTQlyWf7oou37oMyAOp9cIttqwNs0GOc6L0FfigrDM/58cvf9GogJk3gW1iuFZFZKAdO YLkA== MIME-Version: 1.0 X-Received: by 10.220.215.73 with SMTP id hd9mr10455209vcb.19.1371068119418; Wed, 12 Jun 2013 13:15:19 -0700 (PDT) In-Reply-To: <96d2e333-0f13-4b50-8aaa-738f72d6aac9@googlegroups.com> References: <2bc90d3b-09c2-4315-9357-ff7f039465e0@googlegroups.com> <96d2e333-0f13-4b50-8aaa-738f72d6aac9@googlegroups.com> Date: Thu, 13 Jun 2013 06:15:19 +1000 Subject: Re: A certainl part of an if() structure never gets executed. 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.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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371068127 news.xs4all.nl 15900 [2001:888:2000:d::a6]:36692 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47839 On Wed, Jun 12, 2013 at 9:07 PM, wrote: > If you still don't know why you get "0" read: > http://www.w3schools.com/tags/att_option_value.asp (or something in > greek about html forms) > (Sorry, I know, you do not read doks, because they describe what the software > DOES and not what you WANT it to DO) > Please try to avoid linking to w3schools; it has a number of flaws, which are distinctly off-topic for this list, but mainly it is non-authoritative. Equivalent and usually more thorough information can be found in other places, such as Mozilla's Developer pages: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option Though he probably won't read it whatever the page is, so this is for the archives more than anything else. ChrisA