Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python.': 0.04; 'sure.': 0.05; 'something,': 0.07; 'subject:python': 0.14; 'cpp': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'handy': 0.16; 'yup,': 0.16; 'received:209.85.210.174': 0.19; 'received:mail-iy0-f174.google.com': 0.19; 'header:In-Reply-To:1': 0.22; 'code': 0.24; "python's": 0.25; '(the': 0.28; 'fri,': 0.28; 'message-id:@mail.gmail.com': 0.28; 'chris': 0.32; 'it.': 0.33; 'usually': 0.33; 'someone': 0.34; 'to:addr:python-list': 0.34; 'things': 0.35; 'sometimes,': 0.35; 'received:google.com': 0.37; 'but': 0.37; 'received:209.85': 0.38; 'showing': 0.38; 'subject:: ': 0.38; 'run': 0.39; 'first.': 0.39; 'got': 0.39; 'to:addr:python.org': 0.39; "there's": 0.39; 'received:209': 0.39; 'your': 0.61; 'charset:iso-8859-2': 0.66; 'jun': 0.67; 'dnia': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=RnFnLCZkmmCQxdTfAb5RUAviUBjuPkgEUh0XaLxCF7Q=; b=vnAPXQBRW3p1909NSoQnlgavS6sscTsbKWHe1C13iilsoXQm/zhXFPqZ8IlUyxCpuB sAAA8yftLRiKIWKB285Ls3EpQfjlQpOtjAn1At+WgPFFvBfETUeCWTM+rpy7NlUFY6pE tDiOpz/cdf12/tC02eGS+jMJlz8vpH4TyOOrM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=pMiY/8BmRg0AThojpNoNYy900mPDiadr39ydJH/fcSCcI22B9v0JvWCU2vSFXMjNvi PgUrT0a+i0hbO3Lw7Q5ddCBGn3wP/yZLJhTkumIH+M0U9zqrraVJ1VF3Nzn7fAVi1Ut0 WfGaTIaXAKRrT3e9QNCCpdgpNfpyg6oOJ7IUk= MIME-Version: 1.0 In-Reply-To: References: <927fca1e-ca72-4d33-965c-70b812b83d50@glegroupsg2000goo.googlegroups.com> <192j4fjo2gskg$.dlg@localhost.localdomain> <87y60tnhaa.fsf@benfinney.id.au> Date: Fri, 24 Jun 2011 08:00:06 +1000 Subject: Re: python 3 constant From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 16 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308866411 news.xs4all.nl 14142 [::ffff:82.94.164.166]:59704 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8330 2011/6/24 Waldek M. : > Dnia Fri, 24 Jun 2011 01:29:38 +1000, Chris Angelico napisa=B3(a): >> You can have them in Python. Just run your code through cpp (the C >> preprocessor) first. Voila! >> >> It's handy for other things too. Don't like Python's lack of "then" >> and "end if"? > [...] > Yup, got the sarcasm, that's for sure. > But your point was...? That if you want something, there's usually a way to get it. Sometimes, giving someone what they want - or showing them how to get it - makes it obvious to them whether or not they really want it. Chris Angelico