Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #72052
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jeanpierreda@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.068 |
| X-Spam-Evidence | '*H*': 0.88; '*S*': 0.02; 'subject:Python': 0.06; 'lawrence': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'mark.': 0.16; 'wrote:': 0.18; 'seems': 0.21; 'putting': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; '25,': 0.31; 'maybe': 0.34; 'could': 0.34; 'received:google.com': 0.35; 'improving': 0.38; 'skip:u 10': 0.60; 'save': 0.62; 'subject:source': 0.84; 'to:addr:yahoo.co.uk': 0.84; 'world?': 0.84; 'subject:Make': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=bKS9r90EFWyEtuEQS2FGf6DDawCnt+2YZs0/RwamrAk=; b=bt8VmWeLm9mYqAqqlTvx3DB6pi7uiEpZY4pTu10OGkbbiYl/Ughjfk6AOnaPmgfIUa 8iHapp+AMj7D8Tkw3G1N3Yt3Xw1WDGsPZueop5+9DG23IZ9tmvs+/DDece4a7x7a+kMu ahnXIf5G+lN9SxcWOI27vgQhtT44hfoEea4d7DZrPojt4s8h9yEpo+bBLOhqAha/srNO zmU6jfh8MNVUO9F/4Eu3svuOsNtGHsmW3A2nfpk6XLaZw4tBVD2c16HmBp4t7kgL5oeF 3Va/Rp8BLl6s4V6P27ebzUj1MRHg9JTg9DuuDaCvlkSVVGErf7ByZCqYAV50Pq/1vRQM obLw== |
| X-Received | by 10.229.70.196 with SMTP id e4mr29434061qcj.16.1401085954636; Sun, 25 May 2014 23:32:34 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <llsgd1$4h1$1@ger.gmane.org> |
| References | <4300c94d-316b-46b8-9d51-856b60273334@googlegroups.com> <mailman.10279.1400993256.18130.python-list@python.org> <e2148a68-443b-43e8-9f68-6c36d13f08a5@googlegroups.com> <llsgd1$4h1$1@ger.gmane.org> |
| From | Devin Jeanpierre <jeanpierreda@gmail.com> |
| Date | Sun, 25 May 2014 23:31:54 -0700 |
| Subject | Re: Make Python Compilable, convert to Python source to Go |
| To | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | "comp.lang.python" <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 <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10333.1401085956.18130.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1401085956 news.xs4all.nl 2913 [2001:888:2000:d::a6]:54551 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:72052 |
Show key headers only | View raw
On Sun, May 25, 2014 at 3:24 AM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote: > On 25/05/2014 09:17, bookaa bookaa wrote: >> >> Maybe I will work on Python 3 later. >> > > That's good to know, it'll save me wasting my time looking at it now. This seems like an unnecessarily harsh way of putting it, Mark. Could you be less dismissive of the hard work others put into improving the Python world? -- Devin
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Make Python Compilable, convert to Python source to Go bookaa bookaa <rorsoft@gmail.com> - 2014-05-24 20:06 -0700
Re: Make Python Compilable, convert to Python source to Go Chris Angelico <rosuav@gmail.com> - 2014-05-25 14:47 +1000
Re: Make Python Compilable, convert to Python source to Go bookaa bookaa <rorsoft@gmail.com> - 2014-05-25 01:17 -0700
Re: Make Python Compilable, convert to Python source to Go Chris Angelico <rosuav@gmail.com> - 2014-05-25 18:52 +1000
Re: Make Python Compilable, convert to Python source to Go Stefan Behnel <stefan_ml@behnel.de> - 2014-05-25 11:30 +0200
Re: Make Python Compilable, convert to Python source to Go Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-25 11:24 +0100
Re: Make Python Compilable, convert to Python source to Go mm0fmf <none@mailinator.com> - 2014-05-25 12:02 +0100
Re: Make Python Compilable, convert to Python source to Go Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-25 12:40 +0100
Re: Make Python Compilable, convert to Python source to Go Devin Jeanpierre <jeanpierreda@gmail.com> - 2014-05-25 23:31 -0700
Re: Make Python Compilable, convert to Python source to Go Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-26 12:17 +0100
Re: Make Python Compilable, convert to Python source to Go Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-05-27 01:24 +0000
Re: Make Python Compilable, convert to Python source to Go wxjmfauth@gmail.com - 2014-05-25 00:57 -0700
Re: Make Python Compilable, convert to Python source to Go Ben Finney <ben@benfinney.id.au> - 2014-05-26 13:20 +1000
Re: Make Python Compilable, convert to Python source to Go Stefan Behnel <stefan_ml@behnel.de> - 2014-05-26 09:18 +0200
csiph-web