Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.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.032 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'true,': 0.05; 'subject:Python': 0.06; '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; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'point': 0.28; '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; '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=8PfS0AmgcjtnpJ4XYz7Hz19acH1w+gXadI/hKAFMsRk=; b=ZlxeNgZ3iyIIOSj/S0lXF8uIKHgDwqKU0/4sn232cEHRZxEH4QZBjIbCvbuVBopang C4HBzT+3HvQdsdnUnxtfxJ5GfZcWOMC9oQ5czj44VRf88SwdNuffDB1d2HxrtBxr5MOW /arFgzttx+yLNTLdehvUa/0hphJAOozcqAtlYsJSqyk3A949B3PwAgkIUjm87yiy2Wzj MnbNYr6s3ohDzXXz6DvAyUYAxP5Aim8pSNs5yIjaaB7sOY25V/jXTilaq535sXLnwixC 41/JU7PyLwpspWYzsMUNyKfrFsFfPIiFMMndaJwkxi5+zZeuk94Mjh6T92kfLFzUFBCT S6Rw== MIME-Version: 1.0 X-Received: by 10.43.17.135 with SMTP id qc7mr16255997icb.59.1430204370136; Mon, 27 Apr 2015 23:59:30 -0700 (PDT) In-Reply-To: <553f2c07$0$11102$c3e8da3@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> Date: Tue, 28 Apr 2015 16:59:30 +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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430204372 news.xs4all.nl 2867 [2001:888:2000:d::a6]:36473 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89483 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. ChrisA