Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38412
| 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 | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.082 |
| X-Spam-Evidence | '*H*': 0.84; '*S*': 0.00; 'subject:while': 0.09; ';-)': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'feb': 0.19; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'fri,': 0.30; 'johnson': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'degree': 0.38; 'to:addr:python.org': 0.39; 'skip:" 10': 0.40; 'your': 0.60; '2013': 0.84; 'rick': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=t40lm86NFoXQ4g2aX0+0DvtxL3b5YPG/3DW4xR/k1Bs=; b=fw2NBke0BO2E1dT9zRDjd1Yn+HttnYHUkqwPwKF+1G+hMd3PjF1TNfifmAspMMBytz 5DTLYxSLJCuHF4i9KNPYMt4Od5Te4mA/Z5m5GbdacPEs+UbmdhLugcFEEFYwzhob7b+B vRdJvsmgt2gxgiQQexfOy7vHVcY8X52qHjo4rROgDunexo1GVrnrrEaVc8nFBCmNlTV6 qBHQH2mCeIzsrh7ANsM2Jb8Oa1TCnuXoEDuNHWPHu3SoFJSbEPRXeD+25CYDHFlJPodH 6dCKEVe6H4Wq60Gy1L2/aFzU5tYHBeDSuLZbGhd27z57G4FR1HEdwN7pxwJot4ndbETu 6nVg== |
| MIME-Version | 1.0 |
| X-Received | by 10.221.11.205 with SMTP id pf13mr5000416vcb.70.1360304124098; Thu, 07 Feb 2013 22:15:24 -0800 (PST) |
| In-Reply-To | <67531902-cccc-4966-8278-b9948818dbde@googlegroups.com> |
| References | <mailman.2132.1342341291.4697.python-list@python.org> <5002a1f9$0$29995$c3e8da3$5496439d@news.astraweb.com> <mailman.2141.1342369188.4697.python-list@python.org> <7b027612-a07e-40f9-8ad2-3e95c5440482@googlegroups.com> <f2b3fa89-d977-4ffd-8861-6a49fcbaf66c@g4g2000pbn.googlegroups.com> <67531902-cccc-4966-8278-b9948818dbde@googlegroups.com> |
| Date | Fri, 8 Feb 2013 17:15:23 +1100 |
| Subject | Re: Implicit conversion to boolean in if and while statements |
| From | Chris Angelico <rosuav@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1480.1360304133.2939.python-list@python.org> (permalink) |
| Lines | 9 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1360304133 news.xs4all.nl 6953 [2001:888:2000:d::a6]:56948 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:38412 |
Show key headers only | View raw
On Fri, Feb 8, 2013 at 4:53 PM, Rick Johnson <rantingrickjohnson@gmail.com> wrote: > And which Univeristy would you recommend for studying the intricacies of "gobbledygook"? ;-) Dunno, where'd you get your degree in logic? *dives for cover* ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Implicit conversion to boolean in if and while statements Rick Johnson <rantingrickjohnson@gmail.com> - 2013-02-07 21:53 -0800
Re: Implicit conversion to boolean in if and while statements Chris Angelico <rosuav@gmail.com> - 2013-02-08 17:15 +1100
Re: Implicit conversion to boolean in if and while statements Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-08 18:22 +1100
Re: Implicit conversion to boolean in if and while statements MRAB <python@mrabarnett.plus.com> - 2013-02-08 17:14 +0000
Re: Implicit conversion to boolean in if and while statements Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-09 09:18 +1100
Re: Implicit conversion to boolean in if and while statements Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-02-08 09:42 +0000
csiph-web