Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed3.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'referring': 0.07; 'subject:support': 0.07; '2to3': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'bug': 0.12; 'language.': 0.14; '*start*': 0.16; 'assist.': 0.16; 'finney': 0.16; 'porting': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'language': 0.16; 'wrote:': 0.18; 'saying': 0.22; 'header:User-Agent:1': 0.23; 'effort.': 0.24; 'paul': 0.24; 'tracker': 0.26; 'subject:/': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; "doesn't": 0.30; 'purely': 0.31; 'writes:': 0.31; 'run': 0.32; 'url:python': 0.33; 'tool': 0.35; 'url:org': 0.36; 'ben': 0.38; 'outstanding': 0.38; 'to:addr:python-list': 0.38; 'anything': 0.39; 'expect': 0.39; 'does': 0.39; 'reported': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'introduced': 0.61; 'url:3': 0.61; 'first': 0.61; 'our': 0.64; 'more': 0.64; 'presented': 0.69; 'assertion.': 0.84; 'by.': 0.84; 'migrating': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Python 3 lack of support for fcgi/wsgi. Date: Mon, 30 Mar 2015 11:29:58 +0100 References: <55185E5D.5080604@animats.com> <87ego7s3e4.fsf@jester.gateway.pace.com> <85lhif46u8.fsf@benfinney.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: host-92-24-221-13.ppp.as43234.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 In-Reply-To: <85lhif46u8.fsf@benfinney.id.au> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1427711417 news.xs4all.nl 2937 [2001:888:2000:d::a6]:44153 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:88331 On 30/03/2015 02:22, Ben Finney wrote: > Paul Rubin writes: > >> He reported hitting more snags than some of us might expect purely >> from the Python 3 propaganda ("oh, just run the 2to3 utility and it >> does everything for you"). > > Propaganda? > > Are you referring to the official guidelines for migrating from Python 2 > to Python 3? The official guide at > doesn't support > that assertion. > > The ‘2to3’ program is presented as a tool to assist. I don't know of > anything official saying “it does everything for you”. Even when it was > first introduced it was only ever presented as a *start* to the porting > effort. > Not much of a tool if the 47 outstanding issues on the bug tracker are anything to go by. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence