Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'argument': 0.05; 'subject:Python': 0.06; 'binary': 0.07; 'escape': 0.09; 'cc:addr :python-list': 0.11; 'systems.': 0.12; '"escape': 0.16; 'cc:name:python list': 0.16; 'really?': 0.16; 'strange,': 0.16; 'subject:More': 0.16; 'subject:Unicode': 0.16; 'so.': 0.16; 'typing': 0.19; 'seems': 0.21; 'programming': 0.22; 'saying': 0.22; 'cc:addr:python.org': 0.22; '"you': 0.24; "world's": 0.24; '(or': 0.24; 'cc:2**0': 0.24; 'defined': 0.27; 'header:In-Reply- To:1': 0.27; 'point': 0.28; 'words': 0.29; "doesn't": 0.30; 'characters': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'argue': 0.31; 'subject:About': 0.31; 'community': 0.33; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'mass': 0.36; 'doing': 0.36; 'responsible': 0.36; 'too': 0.37; 'that,': 0.38; 'anything': 0.39; 'subject:"': 0.60; 'simply': 0.61; "you're": 0.61; "you'll": 0.62; 'making': 0.63; 'real': 0.63; 'piss': 0.84 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:to :cc:content-type; bh=6B6zaVTf576WELCiq3GYVlcqqH7knV8LFykcB9M1dfY=; b=Uh23e+97YULKYcuKhvNB2e50isF3FfcVrO/LmIMDTC8B0QLSBo4RYlD4NVtsMCd3of BesmnH9qcE8v4B+QOkknkmNUgWTP+rQJJ8NgIl/gm+g58i9Bmg3FJY3mqMA0Uu9GoD8T YIsxDbNrmW/lMs6vPHUxpAZUjIjZnmqpNlA3JkhGjK2fJJefOVdP9wKEQpyHaKgF6I81 Vx4HeX58WqBBuDbdeFCRTLNAF5sZYweyYMawa5LFgvLA4d7tkMzUuuPs33ikzV6KwiD+ ypgIxcQLn4C/m9DpGzrwBY0Ufaehoqubg8K64BN1UvEWI4+ZSo+HPWjuWtnbad1TKQWn KuNA== MIME-Version: 1.0 X-Received: by 10.194.185.237 with SMTP id ff13mr3215391wjc.64.1389043955603; Mon, 06 Jan 2014 13:32:35 -0800 (PST) In-Reply-To: References: <52C9FD02.3080109@stoneleaf.us> <52cae78d$0$29971$c3e8da3$5496439d@news.astraweb.com> <52CAF722.6010301@stoneleaf.us> Date: Mon, 6 Jan 2014 15:32:35 -0600 Subject: Re: "More About Unicode in Python 2 and 3" From: Mark Janssen To: Ned Batchelder Content-Type: text/plain; charset=ISO-8859-1 Cc: Python List 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389043963 news.xs4all.nl 2938 [2001:888:2000:d::a6]:57863 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63349 >> Really? If people are using binary with "well-defined ascii-encoded >> tidbits", they're doing something wrong. Perhaps you think escape >> characters "\n" are "well defined tidbits", but YOU WOULD BE WRONG. >> The purpose of binary is to keep things raw. WTF? > > If you want to participate in this discussion, do so. Calling people > strange, arrogant, and fools with no technical content is just rude. Typing > "YOU WOULD BE WRONG" in all caps doesn't count as technical content. Ned -- IF YOU'RE A REAL PERSON -- you will see that several words prior to that declaration, you'll find (or be able to arrange) the proposition: "Escape characters are well-defined tidbits of binary data is FALSE". Now that is a technical point that i'm saying is simply the "way things are" coming from the mass of experience held by the OS community and the C programming community which is responsible for much of the world's computer systems. Do you have an argument against it, or do you piss off and argue against anything I say?? Perhaps I said it too loudly, and I take responsibility for that, but don't claim I'm not making a technical point which seems to be at the heart of all the confusion regarding python/python3 and str/unicode/bytes. mark