Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'subject:python': 0.14; 'how,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.16; 'language': 0.19; '>>>': 0.20; '2015': 0.20; 'lawrence': 0.22; 'sep': 0.22; "haven't": 0.24; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'linux': 0.26; 'idea': 0.28; 'crash': 0.29; 'knows': 0.32; 'language.': 0.32; "d'aprano": 0.33; 'steven': 0.33; 'too': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'wrong': 0.38; 'test': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'your': 0.60; 'email addr:gmail.com': 0.62; 'show': 0.62; 'more': 0.63; 'our': 0.64; 'talking': 0.67; 'about?': 0.84; 'pythonistas,': 0.84; 'rue': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Idiosyncratic python Date: Thu, 24 Sep 2015 21:05:09 +0100 References: <560391ea$0$2885$c3e8da3$76491128@news.astraweb.com> <3901ccc9-2ff9-49f2-bafb-fb4326a868b4@googlegroups.com> <560437e5$0$3354$426a74cc@news.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: 195.147.66.69 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 In-Reply-To: <560437e5$0$3354$426a74cc@news.free.fr> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1443125146 news.xs4all.nl 23753 [2001:888:2000:d::a6]:39370 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3607 X-Received-Body-CRC: 2012346444 Xref: csiph.com comp.lang.python:97088 On 24/09/2015 18:50, Laurent Pointal wrote: > wxjmfauth@gmail.com wrote: > >> Le jeudi 24 septembre 2015 08:02:38 UTC+2, Steven D'Aprano a écrit : >>> >>> >>> What are your favorite not-wrong-just-weird Python moments? >>> >>> >> Showing how to make Python 3.5.0 crash by >> just using an "é", U+00E9. Would you like to show us all how, or do you think you'd be far too embarassed by once again showing that you haven't got the faintest idea what you're talking about? > > Like this ? > > > Python 3.5.0 (default, Sep 24 2015, 19:47:57) > [GCC 4.9.2] on linux > Type "help", "copyright", "credits" or "license" for more information. >>>> s = "\u00E9" >>>> print(s) > é > Your test must be wrong as the RUE knows everything. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence