Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42477
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'encoding': 0.05; 'subject:Python': 0.06; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'psf': 0.10; 'language.': 0.14; 'subject:PSF': 0.14; 'correctness.': 0.16; 'encoding.': 0.16; 'pierre': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject: \n ': 0.16; 'wrote:': 0.18; 'implementing': 0.19; 'memory': 0.22; 'header:User-Agent:1': 0.23; 'unicode': 0.24; 'url:moin': 0.24; 'header:X-Complaints- To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'character': 0.29; 'url:wiki': 0.31; 'url:python': 0.33; 'whilst': 0.36; 'url:org': 0.36; 'performance': 0.37; 'expected': 0.38; 'subject:new': 0.38; 'question,': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'french': 0.61; 'new': 0.61; "you're": 0.61; 'subject:more': 0.64; 'chance': 0.65; 'charset:windows-1252': 0.65; 'savings': 0.81 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Subject | Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. |
| Date | Mon, 01 Apr 2013 18:56:06 +0100 |
| References | <2d2jl892k6hteccmlmjg8tlcdiqefmla5e@4ax.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 8bit |
| X-Gmane-NNTP-Posting-Host | host-92-18-43-197.as13285.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 |
| In-Reply-To | <2d2jl892k6hteccmlmjg8tlcdiqefmla5e@4ax.com> |
| X-Antivirus | avast! (VPS 130401-0, 01/04/2013), Outbound message |
| X-Antivirus-Status | Clean |
| 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.6.1364838949.17481.python-list@python.org> (permalink) |
| Lines | 22 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1364838949 news.xs4all.nl 6935 [2001:888:2000:d::a6]:43974 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:42477 |
Show key headers only | View raw
On 01/04/2013 16:30, Pierre O'Dee wrote: > > Some features have already been hinted at for the new language. > No Unicode -- BAUDOT is expected to be the new character > encoding. > > --Pierre O'Dee, self-appointed spokesman for the PSF > This is excellent news, no unicode means no chance of any performance regressions whilst implementing stupid things like memory savings and correctness. One question, why use a character encoding that's named after a very famous French actress? -- If you're using GoogleCrap™ please read this http://wiki.python.org/moin/GoogleGroupsPython. Mark Lawrence
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. Pierre O'Dee <invalid@invalid.invalid> - 2013-04-01 08:30 -0700
Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. Chris Angelico <rosuav@gmail.com> - 2013-04-02 03:09 +1100
Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. Grant Edwards <invalid@invalid.invalid> - 2013-04-01 16:18 +0000
Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. Chris Angelico <rosuav@gmail.com> - 2013-04-02 03:22 +1100
Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. Emanuel Woiski <woiski@gmail.com> - 2013-04-01 14:21 -0300
Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. Ethan Furman <ethan@stoneleaf.us> - 2013-04-01 10:48 -0700
Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-04-01 18:56 +0100
Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. Steve Simmons <square.steve@gmail.com> - 2013-04-01 19:15 +0100
Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. John Ladasky <john_ladasky@sbcglobal.net> - 2013-04-01 11:23 -0700
Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. llanitedave <llanitedave@veawb.coop> - 2013-04-01 11:32 -0700
Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. Tim Daneliuk <tundra@tundraware.com> - 2013-04-01 14:59 -0500
Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. llanitedave <llanitedave@veawb.coop> - 2013-04-01 14:20 -0700
Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. Tim Daneliuk <tundra@tundraware.com> - 2013-04-01 14:22 -0500
Re: PSF News: Guido van Rossum quitting Python to develop new, more difficult to learn, language. Tim Roberts <timr@probo.com> - 2013-04-01 22:04 -0700
csiph-web