Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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; 'interpreter': 0.05; 'subject:Python': 0.05; 'python': 0.08; '21,': 0.09; 'interpreter,': 0.09; '2.7': 0.13; 'received:209.85.210.174': 0.13; 'received:mail-iy0-f174.google.com': 0.13; '"python': 0.15; '(eg': 0.16; 'commission.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wed,': 0.17; 'wrote:': 0.18; '2.x': 0.18; 'trying': 0.21; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; 'though.': 0.23; 'ignore': 0.26; 'message- id:@mail.gmail.com': 0.28; 'pm,': 0.29; '3.x': 0.30; 'installed': 0.31; 'source': 0.31; 'version': 0.32; 'certainly': 0.32; 'to:addr :python-list': 0.34; 'too': 0.34; 'received:google.com': 0.37; 'problems': 0.37; 'using': 0.38; 'some': 0.38; 'received:209.85': 0.38; 'johnson': 0.39; "it's": 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'more': 0.61; '2011': 0.61; 'worth': 0.61; 'secret': 0.82; 'old.': 0.97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=U5FcLtYljtfd5SnjkYJU//8CDV2eDLPzB/sX4qtNdEM=; b=oDMKcqVVb5tkpPWE7bfMb4ZkFKZ/mDtsVKtSUSIXqvTyhduC9sJ4y1RLOOnmMTFm3R DcPDI/JytuDBWy1SWbPNsjPo0fh1Zv0UDUe/MwA6BwKqHo6l/v0jGxL8zYSC7CBKd5uH ZU/xU/ZxjZUoWlk8n3MpwBwGxKiUixaCea7q8= MIME-Version: 1.0 In-Reply-To: References: <4ef0d49c$0$12187$4d5ecec7@news.xsusenet.com> <92fc42f4-f0c4-499e-8b68-7bb713991d38@l24g2000yqm.googlegroups.com> Date: Wed, 21 Dec 2011 14:41:38 +1100 Subject: Re: Learning Python 2.4 From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1324438900 news.xs4all.nl 6847 [2001:888:2000:d::a6]:32940 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:17643 On Wed, Dec 21, 2011 at 1:50 PM, Rick Johnson wrote: > I currently have Python 2.7 and Python 3.2.2 installed on my machine. > I don't use Python 2.7 because i am a member of some secret "Python > Historical Commission" Shun 3.2.2, it's way too old. The ONLY version of Python worth using is the bleeding-edge from source control! Otherwise you ARE on the Historical Commission. Seriously... to the OP, ignore Rick's doom-and-gloom about old Pythons. If you have a book that teaches 2.4, you can almost certainly use what it teaches with a more recent 2.X interpreter (eg 2.7.2). You may have problems trying to use that book with a 3.X interpreter, though. ChrisA