Best GUI for Python

Chris Angelico rosuav at gmail.com
Tue Apr 28 02:59:30 EDT 2015


On Tue, Apr 28, 2015 at 4:43 PM, Steven D'Aprano
<steve+comp.lang.python at pearwood.info> 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



More information about the Python-list mailing list