Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'jan': 0.12; '2.7': 0.14; 'mostly': 0.14; '*only*': 0.16; '3.3,': 0.16; 'before.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:GUI': 0.16; 'subject:desktop': 0.16; 'language': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'instance,': 0.24; 'unicode': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'subject:next': 0.31; 'but': 0.35; 'there': 0.35; 'version': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'received:71': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'new': 0.61; 'skip:\xe2 10': 0.65; '8bit%:43': 0.74; '3.4': 0.84; 'received:fios.verizon.net': 0.84; 'subject:Project': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Exploring Python for next desktop GUI Project Date: Thu, 24 Jul 2014 19:35:02 -0400 References: <93c42547-557b-4839-baba-9ed54120595e@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Gmane-NNTP-Posting-Host: pool-71-175-90-87.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406244928 news.xs4all.nl 2950 [2001:888:2000:d::a6]:36611 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75190 On 7/24/2014 1:04 PM, Chris =E2=80=9CKwpolska=E2=80=9D Warrick wrote: > And it might be better to stay with Python 2, there are still > things that don't work with Py3k that you might find crucial. It is true that there are 3rd-party modules that do not work with 3.x,=20 including a few that one might want to use is a new project. It is also true that there are language features in 3.4 that do not work = with 2.x, or 3.2- or 3.3, including some that one might want to use in a = new project. For instance, Unicode works much better in 3.3 than in any = version before. That is *only* available in 3.3+. And it is true that there are 'feature' still in 2.7 that do not work in = 3.x. But these are mostly nuisances that we are better of without. --=20 Terry Jan Reedy