Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; '16,': 0.03; 'subject:Python': 0.06; 'lawrence': 0.09; 'url:github': 0.09; 'cc:addr:python-list': 0.11; 'changes': 0.15; 'codebase,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sorts': 0.16; 'switch.': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'necessary.': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'maintaining': 0.32; 'url:python': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'most': 0.60; 'url:3': 0.61; 'making': 0.63; 'jul': 0.74; '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=6SqeD1eIDs9AxUqyZSJe865C7YrT/diK2KSo5YnyjI0=; b=B2JZcTD9ibZWR42Q4XYpeSQTLaIeHoF6Ff+C7qY7zUszfEUEY7zFLT67jJYKhSr8MJ 6jZ2NX9gydtMWu3A/bmGHbRmidCaLOuSeW7w/V5aDV8wg/jbEWYyv3p9wzsj8B3bbcJS QJJdJsECBb0MnXwFwuHq2jOIIm2gf9AtRnW6nDbbMOb3x/7eG9YMWZq7RRAvBrKg7sTE yfdaBL5m9mVdrCH/WjoY8heox0QigQtdcl6vgshA3lG9MJLGANzDmJ2Nf8t9GK/PnM0R taDuCx4e/huIGD9A23I56ceKKHKBNn/1sktHWk+FeDa5TOvUjsy96gdypusJepYndvsU nGBw== MIME-Version: 1.0 X-Received: by 10.52.232.200 with SMTP id tq8mr8131218vdc.32.1405439321622; Tue, 15 Jul 2014 08:48:41 -0700 (PDT) In-Reply-To: References: <57ajo9poljjre4c4ig0n0ss8kph8k78lp0@4ax.com> <5389cb53$0$29978$c3e8da3$5496439d@news.astraweb.com> <99b7b2a2-7521-42d7-a5a0-1a35d4d5b922@googlegroups.com> <53C4A454.9010600@gmail.com> Date: Wed, 16 Jul 2014 01:48:41 +1000 Subject: Re: Python 3 is killing 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.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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405439329 news.xs4all.nl 2921 [2001:888:2000:d::a6]:53132 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74493 On Wed, Jul 16, 2014 at 1:44 AM, Mark Lawrence wrote: > Or any one of > > https://pypi.python.org/pypi/six/1.7.3 > https://github.com/mitsuhiko/python-modernize > http://python-future.org/ > https://github.com/nandoflorestan/nine AIUI most of those sorts of things are designed for people maintaining a dual-version codebase, not for making a one-time switch. But yes, there are a variety of tools to help make the changes necessary. ChrisA