Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Wolfgang Maier Newsgroups: comp.lang.python Subject: Re: python-2.7.3 vs python-3.2.3 Date: Tue, 26 Jan 2016 15:51:06 +0100 Lines: 18 Message-ID: References: <201601260726.55545.gheskett@wdtv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de K6/Pz1BLnKoj6D93udxjDgRGzl4pb+IHwu1rShFGKOAQ== 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; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'url:github': 0.09; 'python': 0.10; '2.7': 0.13; 'ignore': 0.14; 'subject:python': 0.14; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:2.7.3': 0.16; 'url:py': 0.16; 'wrote:': 0.16; 'versions': 0.20; '3.2': 0.22; 'dropped': 0.22; 'see:': 0.22; 'header:In- Reply-To:1': 0.24; 'script': 0.25; 'install': 0.25; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'supported': 0.27; 'right.': 0.27; 'received:132': 0.29; 'though.': 0.33; 'advice': 0.35; 'quite': 0.35; 'week.': 0.36; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'sure': 0.39; 'subject:-': 0.39; 'to:addr:python.org': 0.40; 'url:3': 0.60; 'your': 0.60; 'you.': 0.64; 'curl': 0.84; 'pip': 0.84 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: 132.230.194.61 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 In-Reply-To: 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: , Xref: csiph.com comp.lang.python:102120 On 26.01.2016 15:34, Matt Wheeler wrote: > > The only slight issue you might encounter is that Python 3.2 is quite > old now and actually not as well supported as Python 2.7 (many > projects support Python 2.7 or 3.3+ only). Best to just try out your > script and find out though. > Right. For example, pip dropped support for Python 3.2 last week. So if you need to install it make sure you do it via: curl https://bootstrap.pypa.io/3.2/get-pip.py | python3.2 see: https://github.com/pypa/get-pip then ignore the upgrade advice because pip versions 8.0.0 and above will not work for you.