Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.027 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'python': 0.10; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'migrate': 0.16; 'subject: \n ': 0.16; 'subject:Why': 0.16; 'subject:language': 0.16; 'subject:still': 0.16; 'wed,': 0.16; 'developer': 0.16; 'wrote:': 0.17; 'header:In-Reply-To:1': 0.23; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.214.174': 0.27; 'subject: ?': 0.27; "doesn't": 0.28; 'assuming': 0.29; 'am,': 0.30; 'connection': 0.32; 'module.': 0.33; 'received:google.com': 0.34; 'another': 0.35; 'received:209.85': 0.35; 'to:addr:python-list': 0.35; 'but': 0.36; 'subject:: ': 0.37; 'received:209': 0.37; 'to:addr:python.org': 0.39; 'header:Received:5': 0.39; 'where': 0.40; 'believe': 0.68; 'received:mail-ob0-f174.google.com': 0.91; 'subject:there': 0.91 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:to :content-type:content-transfer-encoding; bh=ufnFk8mDdFz4zk0aK47fP3DgMD/oKb7ldIQgE7RWLjs=; b=KOWFYLIFYKYToCKZiEr/ACDGfMew4GpdPzVQA1QSiHxSGPv9LOXxZVWVvw9EK7fXyC AcKJUGTQBm0ohpvtYsnFNQlTUTzkqfagSJIkwPoqhp952gz/VIJvzOOnmP7kmliBut16 2BR1QRO52tHm2KMUs2UU/rDSrYh8j1VEh9X7cBek3RIZpWvrYPK6/B3zdbuodAh0ifXj xISAsvhuE34xLF0FLh6ePdDwz9mJROC0VKfrl3axRBF+gP9FgRj4Ubkq7gc8w706m+HE weyI2nNhX3ttfkgVAdVL6IiKjLN3x4jWAxpzvBWgpBN0m//ClgS5aBkzkHWsYx9s4PfA S8NA== MIME-Version: 1.0 In-Reply-To: References: <1340509604.38915.YahooMailClassic@web164605.mail.gq1.yahoo.com> Date: Wed, 27 Jun 2012 07:39:42 +1000 Subject: Re: Why has python3 been created as a seperate language where there is still python2.7 ? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1340746785 news.xs4all.nl 6885 [2001:888:2000:d::a6]:53035 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:24486 On Wed, Jun 27, 2012 at 7:08 AM, John Nagle wrote: > =A0 =A0The Python 3 to MySQL connection is still a mess. > The original developer of MySQLdb doesn't want to support > Python 3. This is where I would start asking: How hard is it to migrate to another SQL database (eg Postgres)? That is, assuming that there's one with proper Py3 support. But I would find it hard to believe that there's _no_ good database with a Python 3 access module. ChrisA