Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'argument': 0.05; 'encoding': 0.05; 'subject:Python': 0.06; "'a'": 0.09; 'bits': 0.09; 'friday,': 0.09; 'cc:addr:python-list': 0.11; '33,': 0.16; 'backslash': 0.16; 'byte,': 0.16; 'clear.': 0.16; 'encoding.': 0.16; 'exclamation': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'two,': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'byte': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'url:wiki': 0.31; 'subject:some': 0.31; 'url:wikipedia': 0.31; 'received:google.com': 0.35; 'representing': 0.36; 'scheme': 0.36; 'similar': 0.36; 'url:org': 0.36; 'two': 0.37; 'list.': 0.37; 'mapping': 0.38; 'mailing': 0.39; 'numbers': 0.61; 'information': 0.63; 'high': 0.63; 'american': 0.66; 'between': 0.67; 'lowest': 0.74; '92,': 0.84; 'interchange': 0.84; 'proves': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=WptF96Uxq58GFtv00gwdtIj6aIty88tlRlBZgFxo8Mo=; b=XCz0pLjnkCgdRoKwaa1/hMBZi4ltj52g5HK/GDtZCkPFlxQUR6kQTFGql/L8iyDnYe gnIwI2RxUQo9LFT39mxzWV3MBNmruDM2NbdqdenT5WegNnYFrjGdMdIqSEsYWN5KDvY2 A+j+yHZqyxJ/LgLImEgRC3ILv70ypEmbQ+IWbsa8y4KA3lePkPM2OAbhi/F2bPRmdGb3 xS1dUJ2o/octhpqfTDG/Wjl5elQ+w/WwKXpQ9DnxEpkXCUaRrYH7Tmu8QAE9qfidH0P8 Rlg2H2wqRv6BSfchBj/KQkXedE6gQjjy+BAMJ/m7z6OzXUYrpxdbHWxnR6boHp4TG4jU 4F5Q== MIME-Version: 1.0 X-Received: by 10.52.93.201 with SMTP id cw9mr5435323vdb.80.1402075602373; Fri, 06 Jun 2014 10:26:42 -0700 (PDT) In-Reply-To: References: <538C5BB8.1020702@chamonix.reportlab.co.uk> <538f1a61$0$29978$c3e8da3$5496439d@news.astraweb.com> <53902bb1$0$11109$c3e8da3@news.astraweb.com> <87wqcvu20h.fsf@elektro.pacujo.net> <7b3543f6-6f62-49c5-abdc-e2783fd6d629@googlegroups.com> <87oay7tnxt.fsf@elektro.pacujo.net> <87tx7z5hvw.fsf@elektro.pacujo.net> <87egz25dsd.fsf@elektro.pacujo.net> <87a99q5a08.fsf@elektro.pacujo.net> <8761ke55u0.fsf@elektro.pacujo.net> Date: Sat, 7 Jun 2014 03:26:42 +1000 Subject: Re: Python 3.2 has some deadly infection From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1402075604 news.xs4all.nl 2874 [2001:888:2000:d::a6]:47118 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72870 On Sat, Jun 7, 2014 at 3:13 AM, Rustom Mody wrote: > On Friday, June 6, 2014 10:32:47 PM UTC+5:30, Marko Rauhamaa wrote: >> Chris Angelico : > >> > "ASCII" means two things: Firstly, it's a mapping from the letter A to >> > the number 65, from the exclamation mark to 33, from the backslash to >> > 92, and so on. And secondly, it's an encoding of those numbers into >> > the lowest seven bits of a byte, with the high byte left clear. >> > Between those two, you get a means of representing the letter 'A' as >> > the byte 0x41, and one of them is an encoding. > >> The American Standard Code for Information Interchange [...] is a >> character-encoding scheme [...] > And a similar argument to this is seen on that page's talk page! > http://en.wikipedia.org/wiki/Talk:ASCII#Character_set_vs._Character_encoding.3F Which proves that Wikipedia is exactly as reliable as a mailing list. ChrisA