Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101620
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2016-01-13 07:24 -0800 |
| References | (4 earlier) <a222eb02-e5c3-46e1-9713-6ec6d000c753@googlegroups.com> <mailman.41.1452585347.13488.python-list@python.org> <256a4818-859e-46a1-9dee-6157a2dda23f@googlegroups.com> <e5082523-ac37-45f8-b98a-6e5bef8858c3@googlegroups.com> <5695b0bc$0$1586$c3e8da3$5496439d@news.astraweb.com> |
| Message-ID | <e06e00ac-2d93-4301-9fbf-103b324f1e8b@googlegroups.com> (permalink) |
| Subject | Re: Which Python editor has this feature? |
| From | wxjmfauth@gmail.com |
Le mercredi 13 janvier 2016 03:05:04 UTC+1, Steven D'Aprano a écrit :
> On Wed, 13 Jan 2016 12:27 pm, jfong@ms4.hinet.net wrote:
>
> > wxjm...@gmail.com at 2016/1/月12 4:29:08PM wrote:
> >> IDLE ?
> >> I need less than 10 seconds to make it crash.
> >
> > Unwittingly or intentionally?
> >
> >> The interesting aspect is not only to show that it crashes,
> >> the very interesting point is to explain why it is crashing.
> >
> > Can you tell us (in a separate subject title)? I am willing to learn every
> > aspects of Python.
>
> Pay no attention to wxjmfauth, he is our resident troll who is obsessed with
> Python's Unicode implementation.
>
> When he says "make it crash", he means "raise an exception", which is
> absolutely trivial. We can all make Python raise an exception in a fraction
> of a second:
>
> 1/0
>
> will do it. Or if you prefer to stick to unicode:
>
> u'£'.encode('ascii')
>
>
> wxjmfauth's obsession started with an alpha release of Python 3.3 that had a
> small performance decrease for some operations on non-ASCII characters
> under some circumstances. He has taken this tiny decrease in performance as
> proof of some grand conspiracy that the Python developers hate non-English
> speaking Europeans (he never seems to care about Asians or other non-Latin
> based characters, only French and other European ones) and that this small
> performance decrease shows that Python can't do Unicode.
>
> I think that is fair to say that he is what the English call "a nutter".
>
>
> --
> Steven
You are a clever guy and and an experemented Python user.
I'm convinced that, you know, I'm right.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Which Python editor has this feature? jfong@ms4.hinet.net - 2016-01-10 17:59 -0800
Re: Which Python editor has this feature? Chris Angelico <rosuav@gmail.com> - 2016-01-11 13:58 +1100
Re: Which Python editor has this feature? jfong@ms4.hinet.net - 2016-01-11 03:04 -0800
Re: Which Python editor has this feature? Terry Reedy <tjreedy@udel.edu> - 2016-01-11 16:21 -0500
Re: Which Python editor has this feature? jfong@ms4.hinet.net - 2016-01-11 17:51 -0800
Re: Which Python editor has this feature? Terry Reedy <tjreedy@udel.edu> - 2016-01-12 02:55 -0500
Re: Which Python editor has this feature? wxjmfauth@gmail.com - 2016-01-12 00:28 -0800
Re: Which Python editor has this feature? jfong@ms4.hinet.net - 2016-01-12 17:27 -0800
Re: Which Python editor has this feature? Chris Angelico <rosuav@gmail.com> - 2016-01-13 12:51 +1100
Re: Which Python editor has this feature? Steven D'Aprano <steve@pearwood.info> - 2016-01-13 13:04 +1100
Re: Which Python editor has this feature? wxjmfauth@gmail.com - 2016-01-13 00:04 -0800
Re: Which Python editor has this feature? wxjmfauth@gmail.com - 2016-01-13 07:24 -0800
Re: Which Python editor has this feature? jfong@ms4.hinet.net - 2016-01-12 17:20 -0800
Re: Which Python editor has this feature? Terry Reedy <tjreedy@udel.edu> - 2016-01-13 04:10 -0500
Re: Which Python editor has this feature? jfong@ms4.hinet.net - 2016-01-13 16:48 -0800
Re: Which Python editor has this feature? Chris Angelico <rosuav@gmail.com> - 2016-01-12 11:14 +1100
Re: Which Python editor has this feature? Bernardo Sulzbach <mafagafogigante@gmail.com> - 2016-01-11 22:55 -0200
Re: Which Python editor has this feature? Grant Edwards <invalid@invalid.invalid> - 2016-01-12 18:31 +0000
Re: Which Python editor has this feature? Chris Angelico <rosuav@gmail.com> - 2016-01-12 12:09 +1100
Re: Which Python editor has this feature? Terry Reedy <tjreedy@udel.edu> - 2016-01-12 03:27 -0500
Re: Which Python editor has this feature? Chris Angelico <rosuav@gmail.com> - 2016-01-12 21:18 +1100
Re: Which Python editor has this feature? Terry Reedy <tjreedy@udel.edu> - 2016-01-13 04:05 -0500
Re: Which Python editor has this feature? Chris Angelico <rosuav@gmail.com> - 2016-01-13 21:09 +1100
Re: Which Python editor has this feature? Tim Chase <python.list@tim.thechases.com> - 2016-01-10 20:37 -0600
Re: Which Python editor has this feature? jfong@ms4.hinet.net - 2016-01-11 03:08 -0800
Re: Which Python editor has this feature? Tim Chase <python.list@tim.thechases.com> - 2016-01-11 05:59 -0600
Re: Which Python editor has this feature? Rustom Mody <rustompmody@gmail.com> - 2016-01-10 19:49 -0800
Re: Which Python editor has this feature? Frank Haun <fh@fhaun.de> - 2016-01-11 11:54 +0000
Re: Which Python editor has this feature? Gordon Levi <gordon@address.invalid> - 2016-01-11 19:40 +1100
Re: Which Python editor has this feature? jfong@ms4.hinet.net - 2016-01-11 03:16 -0800
Re: Which Python editor has this feature? Fabio Zadrozny <fabiofz@gmail.com> - 2016-01-26 16:10 -0200
Re: Which Python editor has this feature? Fabio Zadrozny <fabiofz@gmail.com> - 2016-01-26 16:09 -0200
csiph-web