Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed4.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.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'true,': 0.05; 'subject:Python': 0.06; 'skip:\\ 10': 0.09; 'worse': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:GUI': 0.16; ':-)': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'chris': 0.29; 'feature': 0.29; 'converting': 0.30; 'message- id:@mail.gmail.com': 0.30; "d'aprano": 0.31; 'obscure': 0.31; 'steven': 0.31; 'another': 0.32; 'worked': 0.33; "can't": 0.35; 'convert': 0.35; 'received:google.com': 0.35; 'choosing': 0.36; 'like,': 0.36; 'application': 0.37; 'whatever': 0.38; 'pm,': 0.38; 'supporting': 0.39; 'users': 0.40; 'free': 0.61; 'conversion': 0.61; 'course': 0.61; '2015': 0.84; 'maths': 0.84; 'subject:Best': 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=NfnFjjGJDQ8K5vyuqPyzC32U7Ao/NKmB0co20j2rXXo=; b=lLOEEDoxAMLG499MpV/h30Ca9K6r8oerSYOCtESHmVxnw0IwB/AKVqQnAuCPqieivD DvoX3MbngT6ZCdkjYb5K4n/VBt2xtEzuFChWq0GOd7CZoU4sGJbm355hwIgXBtbkQUUF LIg+vCnVHu+4ByxZsx383ODzkV4updFjoKkWgmskqmxG8VvZlzLuoZ3qFKKTYrZg/GhQ halW1pYW86Kb6CYsK3BEtfB4CpFCyNgGHjYfcCvJPH/iDK/ANgcwQ9YD/Do7UM9qGrzT x2LJQKbQyBf3qT1Ely7+DF0Fwtrb3d4ZTTTOGF0JjhHKHwMGHMn+NkvK+DsysN1G9Ls8 fpTg== MIME-Version: 1.0 X-Received: by 10.107.16.32 with SMTP id y32mr19210786ioi.53.1430208435226; Tue, 28 Apr 2015 01:07:15 -0700 (PDT) In-Reply-To: <553f3cb5$0$13010$c3e8da3$5496439d@news.astraweb.com> References: <87h9s311r6.fsf@Equus.decebal.nl> <553cffc2$0$12998$c3e8da3$5496439d@news.astraweb.com> <85d22qk54u.fsf@benfinney.id.au> <553f1630$0$12909$c3e8da3$5496439d@news.astraweb.com> <553f2c07$0$11102$c3e8da3@news.astraweb.com> <553f3cb5$0$13010$c3e8da3$5496439d@news.astraweb.com> Date: Tue, 28 Apr 2015 18:07:15 +1000 Subject: Re: Best GUI for Python 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.20+ 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430208443 news.xs4all.nl 2879 [2001:888:2000:d::a6]:40342 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89491 On Tue, Apr 28, 2015 at 5:54 PM, Steven D'Aprano wrote: > On Tuesday 28 April 2015 16:59, Chris Angelico wrote: > >> On Tue, Apr 28, 2015 at 4:43 PM, Steven D'Aprano >> wrote: >>> I don't think that choosing UCS-2 only is any worse than any other >>> application feature like "support only jpegs, not every obscure image >>> format GIMP supports" or "choose to use floating point maths instead of >>> some numeric type with unlimited precision". You are free to make >>> whatever trade- offs you like, and your users are free to use another >>> application :-) >> >> True, although supporting only one image format can be worked around >> by converting your images. You can't just convert your UCS-4 data into >> UCS-2. > > Of course \u0079\x6f&75; can :-) That's an encoding, not a conversion :) ChrisA