Path: csiph.com!news.mixmin.net!news2.arglkargh.de!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'received:internal': 0.09; 'python': 0.10; 'boolean': 0.16; 'message-id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:messagingengine.com': 0.16; 'wrote:': 0.16; 'logical': 0.22; 'sep': 0.22; 'header:In-Reply-To:1': 0.24; 'feature': 0.24; "doesn't": 0.26; 'error': 0.27; 'fri,': 0.27; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'being': 0.37; 'received:66': 0.38; 'does': 0.39; 'to:addr:python.org': 0.40; 'from:no real name:2**0': 0.60; 'header:Message-Id:1': 0.61; 'facilitated': 0.84; 'pardon': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.us; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=6sMSOWRv707cA5gueHpqq/X4wBE=; b=KyG1om x9xeDutiIVos+IqRAnEUYomtqYUZaIsQkmF2CBCrVz8Grfbzr4xdOcV4XkF7y0gH vkVrHWJmOkM1uxGo64xB8p+TA8ELCgoI/baEFy24HjyChtgdXegyHlpIr5DovxLL vq0gZRzkbT/8oN1uBLSStzwSB4xWgl9Ek6N1c= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=6sMSOWRv707cA5g ueHpqq/X4wBE=; b=BCaeCKyPAoHj0HTWs7/QjCNeb7A+IEd7Fa+Rh3evVAjiJwz fKVCHjPi8/4TDhJv/q0aQsrf9Pgj347+Pou7M56iOKbsmz68Lm1ncjaU4PwemLlU 19mcpU60qkIWcpeHYpCwVuDs7AHbQOQYlIUsLw20a3EKXn6CRTU4BzUVJvqs= X-Sasl-Enc: PNqYieK0eKI1UYGGtXAV7V8mfSw/LTQFMI/2+F1y6H2l 1441975850 From: random832@fastmail.us To: python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-c76b43ce Subject: Re: Python handles globals badly. Date: Fri, 11 Sep 2015 08:50:50 -0400 In-Reply-To: <55F28297.8080104@rece.vub.ac.be> References: <86fa425b-d660-45ba-b0f7-3beebdec8e14@googlegroups.com> <55EE9EEC.1060907@rece.vub.ac.be> <55EEDD37.5090602@gmx.com> <55f072aa$0$1669$c3e8da3$5496439d@news.astraweb.com> <55F130CE.5060203@rece.vub.ac.be> <55F191CD.8040901@gmail.com> <55F28297.8080104@rece.vub.ac.be> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441975852 news.xs4all.nl 23720 [2001:888:2000:d::a6]:53507 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96339 On Fri, Sep 11, 2015, at 03:28, Antoon Pardon wrote: > The error is also facilitated because C doesn't have booleans > and so everything can be used as one. Python does have booleans and everything can be used as one - the logical conclusion is that being able to use everything as a boolean is a positive feature that has nothing to do with lacking a "proper" boolean type.