Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.06; 'bits': 0.09; 'cc:addr:python-list': 0.11; 'bit.': 0.16; 'byte,': 0.16; 'clear.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'cc:addr:python.org': 0.22; 'byte': 0.24; 'bytes': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'room': 0.29; 'message-id:@mail.gmail.com': 0.30; 'subject:some': 0.31; 'agree': 0.35; 'but': 0.35; 'received:google.com': 0.35; "i'll": 0.36; 'today.': 0.61; "you'll": 0.62; 'high': 0.63; 'brain': 0.68; 'lowest': 0.74; 'day': 0.76; '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=pWLvgIwN4Mlz6EC3SsKjX7Ho7gchdoIzqtOcs7+LMgE=; b=JWPZ4JrT+V+LSRc6H3N3SPo5AcRQt09DK3hTKIcgZ2Q0jBj2dTfAn8Kfgkm8H+9jIw d/kmhEUoSyMGfL4AwQsi69mSYt2thtpdZNNXH4En7k4dKn953W8GFxCzN6CmE55OUfV8 nBzP9VLiXNwqbZKiN6nMOcwxtc4VhmYbT0kbvLIdu4+8dMdO8MR7VXxmZlloE6IFhRhv B0lRll8vjSq00l1jH3JMwlOzJZ3utxOlTZL8MQMeoCTGbl0RN6aMPnGY+rU72qyRRj0G ynbZifSR1n777iARvLsCVx3rDtilIUMIP5viqLAodUZpQQx8sIWZMagLAsXfTJEDe6A4 JdqA== MIME-Version: 1.0 X-Received: by 10.221.30.14 with SMTP id sa14mr7098435vcb.44.1402093107556; Fri, 06 Jun 2014 15:18:27 -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> Date: Sat, 7 Jun 2014 08:18:27 +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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1402093110 news.xs4all.nl 2901 [2001:888:2000:d::a6]:52661 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72887 On Sat, Jun 7, 2014 at 7:18 AM, Denis McMahon wrote: >> into the lowest seven bits of a byte, with the high byte left clear. > > high BIT left clear. That thing. Unless you have bytes inside bytes (byteception?), you'll only have room for one high bit. Some day I'll get my brain and my fingers to agree on everything we do... but that day is not today. ChrisA