Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.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.034 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.01; 'url:sourceforge': 0.03; 'subject:Python': 0.06; 'debug': 0.07; 'debugger': 0.09; 'python': 0.11; 'def': 0.12; '###': 0.16; '#ifdef': 0.16; 'be:': 0.16; 'statement.': 0.16; 'wrote:': 0.18; 'python?': 0.22; 'to:name :python-list@python.org': 0.22; 'received:65.55.116': 0.24; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; '[1]': 0.29; 'date:': 0.34; 'common': 0.35; '+0100': 0.36; 'email addr:python.org': 0.37; 'to:addr:python-list': 0.38; 'skip:_ 30': 0.39; 'subject:': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'most': 0.60; 'email addr:gmail.com': 0.63; 're:': 0.63; 'email name:python- list': 0.65; 'realized': 0.68; 'funny': 0.74; 'haha!': 0.84; 'subject: #': 0.96; '2013': 0.98 X-TMN: [ZJ4oYk3QDWk712uUL0qNIio/SfXg3RVi] X-Originating-Email: [carlosnepomuceno@outlook.com] From: Carlos Nepomuceno To: "python-list@python.org" Subject: RE: Python #ifdef Date: Tue, 28 May 2013 23:48:32 +0300 Importance: Normal In-Reply-To: References: , , , , , , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 28 May 2013 20:48:33.0375 (UTC) FILETIME=[B7BF1EF0:01CE5BE4] 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369774122 news.xs4all.nl 15920 [2001:888:2000:d::a6]:58102 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46340 ________________________________=0A= > Date: Tue=2C 28 May 2013 21:34:36 +0100 =0A= > Subject: RE: Python #ifdef =0A= > From: fabiosantosart@gmail.com =0A= > To: carlosnepomuceno@outlook.com =0A= > CC: python-list@python.org =0A= > =0A= > =0A= > On 28 May 2013 21:26=2C "Carlos Nepomuceno" =0A= > > =0A= > wrote: =0A= > > Haha! That's it!!! =0A= > > =0A= > > Just realized how funny this can be: =3B) =0A= > > =0A= > > ### never to be opened ### =0A= > > def pandoras_box(v): =0A= > > return v/0.0 =0A= > > =0A= > > if customer_didnt_pay(): =0A= > > pandoras_box() =0A= > > =0A= > > #lol =0A= > =0A= > 1/0 is=2C after print=2C my most common debug statement.=0A= =0A= What's the best debugger for Python? Have you tried HAP[1]?=0A= =0A= [1] http://hapdebugger.sourceforge.net/ =