Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsfeed.xs4all.nl!newsfeed4.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.090 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.07; 'subject:Python': 0.06; 'debug': 0.07; 'cc:addr:python-list': 0.11; 'def': 0.12; '###': 0.16; 'be:': 0.16; 'statement.': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'common': 0.35; 'received:google.com': 0.35; '\xa0\xa0\xa0': 0.39; 'how': 0.40; 'most': 0.60; 'skip:n 10': 0.64; 'realized': 0.68; 'funny': 0.74; 'haha!': 0.84; 'subject: #': 0.96; '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 :cc:content-type; bh=YWWOBJEIHjj6C9ygmR0HR4E+ZON45d2kW4AQQe96vyI=; b=FRs1hDHsHXlr0RDTW9ebW+jjnAa2a7TsteLVwPeBw2YFPbYBUvzBkFrg3FJjJDcHvC 0lgn/ms1QLK/f8tnUfsQHZk3Ck9XxXN9k3Kviymj1fIQtCGPfsTnHsuhrFIrpErXiRrs eN1tF4Z4sun7hexAtyXvWpxlhHLmRBlAmTmTtFst7H2sED4+4h5GJ/VWDdh/gp3AtEBa kky6PbGjB/FVPIbNMYxCIr9wUktgukmBOTAcMbfo5qBjx5xja4o+G3GCHSXcBmuuwWe2 37Zz2LI7MFvov65lND48tOPiJie1YvGYrHD3o0I4G8HVkqKf6Pb9Bp/9QQ7/ESTESrZ7 SZPQ== MIME-Version: 1.0 X-Received: by 10.49.26.198 with SMTP id n6mr38268623qeg.16.1369773276497; Tue, 28 May 2013 13:34:36 -0700 (PDT) In-Reply-To: References: Date: Tue, 28 May 2013 21:34:36 +0100 Subject: RE: Python #ifdef From: =?ISO-8859-1?Q?F=E1bio_Santos?= To: Carlos Nepomuceno Content-Type: multipart/alternative; boundary=047d7b67730491c47104ddcd31fc Cc: python-list@python.org 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: 43 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369773285 news.xs4all.nl 15922 [2001:888:2000:d::a6]:52324 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46338 --047d7b67730491c47104ddcd31fc Content-Type: text/plain; charset=ISO-8859-1 On 28 May 2013 21:26, "Carlos Nepomuceno" wrote: > Haha! That's it!!! > > Just realized how funny this can be: ;) > > ### never to be opened ### > def pandoras_box(v): > return v/0.0 > > if customer_didnt_pay(): > pandoras_box() > > #lol 1/0 is, after print, my most common debug statement. --047d7b67730491c47104ddcd31fc Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable


On 28 May 2013 21:26, "Carlos Nepomuceno" <carlosnepomuceno@outlook.com> wrote: > Haha! That's it!!!
>
> Just realized how funny this can be: ;)
>
> ### never to be opened ###
> def pandoras_box(v):
> =A0=A0=A0 return v/0.0
>
> if customer_didnt_pay():
> =A0=A0=A0 pandoras_box()
>
> #lol

1/0 is, after print, my most common debug statement.

--047d7b67730491c47104ddcd31fc--