Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45148
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.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.008 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'string': 0.09; 'immutable': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'fly': 0.16; 'garbage': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:Unicode': 0.16; 'obviously': 0.18; "python's": 0.19; 'unicode': 0.24; 'url:home': 0.24; 'header:X-Complaints-To:1': 0.27; '(maybe': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'maybe': 0.34; 'but': 0.35; 'received:76': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'new': 0.61; '8bit%:10': 0.64; 'wipe': 0.84; '2013': 0.98 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
| Subject | Re: Unicode humor |
| Date | Sat, 11 May 2013 15:28:25 -0400 |
| Organization | > Bestiaria Support Staff < |
| References | <roy-9F57AC.09191308052013@news.panix.com> <3e870f17-e7f5-4bcf-b848-f1947bad6859@k5g2000vbq.googlegroups.com> <mailman.1533.1368198999.3114.python-list@python.org> <518decce$0$29997$c3e8da3$5496439d@news.astraweb.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 8bit |
| X-Gmane-NNTP-Posting-Host | adsl-76-253-105-168.dsl.klmzmi.sbcglobal.net |
| X-Newsreader | Forte Agent 3.3/32.846 |
| X-No-Archive | YES |
| 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.1562.1368300605.3114.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1368300605 news.xs4all.nl 15965 [2001:888:2000:d::a6]:48843 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:45148 |
Show key headers only | View raw
On 11 May 2013 07:01:34 GMT, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> declaimed the following in
gmane.comp.python.general:
>
> Obviously by all three. It takes *hours* to execute
>
> 'è'*1000.replace('è', 'ã')
>
> using a skywriting plane, so obviously it isn't Unicode compliant.
>
But is fully conformant with Python's immutable string type as one
has to fly the new skywriting path -- and then maybe garbage collect the
old message (maybe using a swath of helicopters to wipe out/disperse the
lettering)
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Unicode humor Roy Smith <roy@panix.com> - 2013-05-08 09:19 -0400
Re: Unicode humor Sven <svenito@gmail.com> - 2013-05-08 15:30 +0100
Re: Unicode humor Christian Gollwitzer <auriocus@gmx.de> - 2013-05-08 19:16 +0200
Re: Unicode humor jmfauth <wxjmfauth@gmail.com> - 2013-05-10 08:06 -0700
Re: Unicode humor Chris Angelico <rosuav@gmail.com> - 2013-05-11 01:16 +1000
Re: Unicode humor Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-11 07:01 +0000
Re: Unicode humor Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-05-11 15:28 -0400
Re: Unicode humor Ned Batchelder <ned@nedbatchelder.com> - 2013-05-10 11:24 -0400
Re: Unicode humor Chris Angelico <rosuav@gmail.com> - 2013-05-11 01:32 +1000
Re: Unicode humor rusi <rustompmody@gmail.com> - 2013-05-10 09:07 -0700
Re: Unicode humor MRAB <python@mrabarnett.plus.com> - 2013-05-10 17:24 +0100
Re: Unicode humor Ethan Furman <ethan@stoneleaf.us> - 2013-05-10 09:26 -0700
Re: Unicode humor Chris Angelico <rosuav@gmail.com> - 2013-05-11 22:48 +1000
Re: Unicode humor Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-05-11 13:40 +0100
Re: Unicode humor Chris Angelico <rosuav@gmail.com> - 2013-05-11 02:25 +1000
csiph-web