Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '2.7': 0.04; '2.x': 0.05; 'subject:Python': 0.06; 'python': 0.08; 'am,': 0.14; 'wrote:': 0.14; '3.2.': 0.16; 'angelico': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'versus': 0.16; 'header:In- Reply-To:1': 0.21; 'received:209.85.210.174': 0.23; 'received :mail-iy0-f174.google.com': 0.23; 'fri,': 0.23; 'point,': 0.25; 'posted': 0.25; 'message-id:@mail.gmail.com': 0.28; 'all,': 0.30; 'article.': 0.30; 'to:addr:python-list': 0.33; 'rather': 0.34; 'chris': 0.34; '2.6': 0.35; 'probably': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.37; 'subject:: ': 0.38; 'should': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'link': 0.64 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=pTwzURB36uliAdXKu9aUEcj2H8wpfq1EXQfO8xBx9VA=; b=JO2zsb4DyIhD/UTQu1blOyJeFghWPj5adFb7+JDV1BtU0qzj2cohkxt4gc9jfXQ8wb duDoEbDMxPPFJz71QwccnwQEKAuR9+emFTsVO4A0RXUXPZJSJYNanT3hxKGQVQTViODK h1yFnHnJEsryl4wbRZIT9ohqsQtDE+gEPET5g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=YwIIxHWIf3+ZoYjPQg5ID7r9wmpBgnbejbcaaMzqIfJpHmvSBTmKs6WPw2esjzXtoy c6YodSP0s3rWpj32OuZtTSSmYxjRyukCmdQYWzpwEEZkWO3wti7RdVQJmHmTOItdCjYr xQhtofRqu2FRTgFZBHx/AYYIhtu3vg/dJrBiI= MIME-Version: 1.0 In-Reply-To: <9037ef5f-53c5-42c6-ac5d-8f942df6ccc5@x38g2000pri.googlegroups.com> References: <9037ef5f-53c5-42c6-ac5d-8f942df6ccc5@x38g2000pri.googlegroups.com> Date: Fri, 10 Jun 2011 08:48:46 +1000 Subject: Re: Python 2.6 OR 3.2 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: 10 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1307659729 news.xs4all.nl 49038 [::ffff:82.94.164.166]:59807 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:7327 On Fri, Jun 10, 2011 at 3:18 AM, hisan wrote: > Hi All, > > Please let me know which one is GOOD whether Python 2.6 OR 3.2. As a side point, you should probably use 2.7 rather than 2.6. With regard to 2.x versus 3.x, Corey already posted a link to an excellent article. Chris Angelico