Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.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.018 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:not': 0.03; 'subject:Python': 0.06; 'says.': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'kern': 0.16; 'nearest': 0.16; 'subject:Unicode': 0.16; 'url:creativecommons': 0.16; 'work"': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'robert': 0.30; 'message- id:@mail.gmail.com': 0.30; 'probably': 0.32; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'really': 0.36; 'url:org': 0.36; 'pm,': 0.38; 'either': 0.39; 'url:about': 0.61; 'such': 0.63; 'us,': 0.73; '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=9b/jBnCkvXc0wa9ZmmRTmTYjVcY2CIGzKquCGP8TY6M=; b=vNaOQaGYlu2rhltyWvg9wRrAvjDqW26YZx2h4G5o2F4bP1ZPVlQuKxAeiMtVdyfstT ICE8/jqNOoAn4x2S0Q41Eh4wIHuOAjBunLyeB+5CTMV71j4472y76Vx/EGDElbh1W2aq defx0Y9yhBgmobCtzawjBz3CmvmyoenoxKasVATd6HHpHMO1++mD5vjhmHt1qfaDWV0C lJ3gi1amNqYX4kqkBZlzWycB3jVfbjWnIuzT/ZM/7H1SfZubJmZ8tLHoRAmxdjKDZ3KG p5nGsIpcTOMCB98jNfA5zi503R1kKtnsizfC+5nEO5nokjb1IP1jW746eAXyJWwRPxRf JFIQ== MIME-Version: 1.0 X-Received: by 10.52.2.229 with SMTP id 5mr1445009vdx.24.1400318335173; Sat, 17 May 2014 02:18:55 -0700 (PDT) In-Reply-To: References: <82899649-014a-4309-b06e-b981fc6921fa@googlegroups.com> <201405130145.05995.gheskett@wdtv.com> <857g5q9pvk.fsf@benfinney.id.au> <53722081$0$29980$c3e8da3$5496439d@news.astraweb.com> <5372b091$0$29977$c3e8da3$5496439d@news.astraweb.com> <5xJcv.77901$dT1.66255@fx12.am4> <5376b63b$0$29977$c3e8da3$5496439d@news.astraweb.com> Date: Sat, 17 May 2014 19:18:55 +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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400318344 news.xs4all.nl 2975 [2001:888:2000:d::a6]:48140 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71674 On Sat, May 17, 2014 at 6:57 PM, Robert Kern wrote: > There is such a thing as the public domain in the US, and there are works in > it, but there isn't really such a thing as "placing a work" there > voluntarily, as Grant says. A work either is or isn't in the public domain. > The author has no choice in the matter. Then what's copyright status on PEPs? The nearest thing to "assigning to public domain" that works across legislatures is probably CC0: http://creativecommons.org/about/cc0 ChrisA