Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #46473
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.028 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'charset:iso-8859-7': 0.04; 'subject:code': 0.07; 'indication': 0.09; 'different,': 0.16; 'do)': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'ought': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'header:In- Reply-To:1': 0.27; 'testing': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'you?': 0.31; 'run': 0.32; 'not.': 0.33; 'skip:# 10': 0.33; 'basic': 0.35; 'something': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'expect': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; '30,': 0.65; 'to,': 0.72; 'subject:this': 0.83; '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 :content-type:content-transfer-encoding; bh=k3kqIvpjffuZjcGVBQWpThZ1qUpUPD+5EFDyFZiV1kA=; b=jSB6XVdg1YY87AOwTs3+BuVkmzMGr05Akyx4kDy3SgW/nYGNbH2V3uayFaQX342esu jCYuxbS8YJQPJxd3SKfHtfeSuDiblefhO2J+vk0Qx1WcmTjhQrgAjDiaEXirSGC4qE/c Mt/NkJ7e4aDM8laCLnIwO/IZdihZ58W808IufaNqxZ3iLgRmDLyT29dS+luFQas0Pcsc vLsNrhcgQMBfBsf5Hm8IF6XVC0FM5WUjG6dYxCNCzytlUNH5qYs9/U89kgR3781CJunI EjrR/64nyTea5Y5wurprgt/NYSSmeMVwgwCTKR7oM4O/45VYbe+e1JWQ1/lpbrd3NPi0 sCXA== |
| MIME-Version | 1.0 |
| X-Received | by 10.220.215.73 with SMTP id hd9mr5323024vcb.19.1369917249666; Thu, 30 May 2013 05:34:09 -0700 (PDT) |
| In-Reply-To | <95c02d4f-1d3b-45a9-8b22-1eb7cebafe1b@googlegroups.com> |
| References | <95c02d4f-1d3b-45a9-8b22-1eb7cebafe1b@googlegroups.com> |
| Date | Thu, 30 May 2013 22:34:09 +1000 |
| Subject | Re: Is this code correct? |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-7 |
| Content-Transfer-Encoding | quoted-printable |
| 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.2413.1369917253.3114.python-list@python.org> (permalink) |
| Lines | 11 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1369917253 news.xs4all.nl 15903 [2001:888:2000:d::a6]:54257 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:46473 |
Show key headers only | View raw
On Thu, May 30, 2013 at 10:25 PM, Νίκος Γκρ33κ <support@superhost.gr> wrote: > #!/usr/bin/python3 > # coding=utf-8 > (chomp a whole lot of code without any indication of what it ought to do) Why not run it and see? If it does what it ought to, it's correct; if it does something different, it's not. Why do you expect us to do your basic testing for you? ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Is this code correct? Νίκος Γκρ33κ <support@superhost.gr> - 2013-05-30 05:25 -0700
Re: Is this code correct? Νίκος Γκρ33κ <support@superhost.gr> - 2013-05-30 05:31 -0700
Re: Is this code correct? Chris Angelico <rosuav@gmail.com> - 2013-05-30 22:59 +1000
Re: Is this code correct? Νίκος Γκρ33κ <support@superhost.gr> - 2013-05-30 06:03 -0700
Re: Is this code correct? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-05-30 14:05 +0100
Re: Is this code correct? Νίκος Γκρ33κ <support@superhost.gr> - 2013-05-30 06:30 -0700
Re: Is this code correct? Chris Angelico <rosuav@gmail.com> - 2013-05-30 23:36 +1000
Re: Is this code correct? Νίκος Γκρ33κ <support@superhost.gr> - 2013-05-30 06:45 -0700
Re: Is this code correct? Cameron Simpson <cs@zip.com.au> - 2013-06-01 09:46 +1000
Re: Is this code correct? Chris Angelico <rosuav@gmail.com> - 2013-05-30 22:34 +1000
Re: Is this code correct? Νίκος Γκρ33κ <support@superhost.gr> - 2013-05-30 05:54 -0700
csiph-web