Path: csiph.com!usenet.pasdenom.info!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:not': 0.03; 'subject:Python': 0.06; 'arguments': 0.09; 'cc:addr:python-list': 0.11; '4:25': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'latter,': 0.16; 'subject:Unicode': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'byte': 0.24; 'bytes': 0.24; 'instead.': 0.24; 'cc:2**0': 0.24; 'order.': 0.26; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'host': 0.29; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; '13,': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'file': 0.32; 'received:google.com': 0.35; 'version': 0.36; 'pm,': 0.38; 'read': 0.60; 'decided': 0.64; 'here': 0.66; 'subject:know': 0.84; 'subject:you': 0.87; 'subject:want': 0.91; '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=SxoAvG0+n4CGWfJ/VhTBYZEEXeLPs6sdLwzZF6kq4PM=; b=0dyyNqcnSEMfF/UBQBje+1ES5l6rLWh+Y4P/ZRMsa9GUmq1uA87bvJGF6RIi4P+ZeE WAh07rzagDAZGjJJudcraihoZbiwVTvFWEtYlMTpvSotzgyK78cVIpdWL6oYzZFbxRex /GRjQXjkp6fvlXTRkJYUGy1uaHGP1L1Q/5LC/w7P4P9muLmp3esn+0rg3iHbSLiekXqE kP0bhu5F3ZC3f3R8aCC4VzeByZ39xVBYYO0poQ8CcvMI0qSR5JffWEuMGwMAx7gl0VDT OxsXPPLm/r0nTCKWO1/hXWs50JIBqUO+3bXh2gDclzc7tRy7nbTVPcgVpe50aL+fST3w Z+1w== MIME-Version: 1.0 X-Received: by 10.52.22.13 with SMTP id z13mr11974322vde.10.1399962728404; Mon, 12 May 2014 23:32:08 -0700 (PDT) In-Reply-To: References: <8P7cv.78617$Sp6.8377@fx15.am4> <537172eb$0$29980$c3e8da3$5496439d@news.astraweb.com> Date: Tue, 13 May 2014 16:32:08 +1000 Subject: Re: Everything you did not want to know about Unicode in Python 3 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399962736 news.xs4all.nl 2844 [2001:888:2000:d::a6]:59442 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71440 On Tue, May 13, 2014 at 4:25 PM, alex23 wrote: > On 13/05/2014 11:39 AM, Chris Angelico wrote: >> >> On Tue, May 13, 2014 at 11:18 AM, Steven D'Aprano >> wrote: >>> >>> - have a bytes version of sys.argv (bargv? argvb?) and read >>> the file names from that; >> >> >> argb? :) > > > I tried and failed to come up with an "argy bargy" joke here so decided to > go for a meta-reference instead. I'm just waiting for someone to have need for arguments in both network byte order and host byte order. The latter, of course, would be "argh". ChrisA