Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.06; 'subject:support': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; '24,': 0.16; 'bindings.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'scratch': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'sorry,': 0.24; "haven't": 0.24; 'cc:2**0': 0.24; 'switch': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'subject:the': 0.34; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'project': 0.37; 'starting': 0.37; 'pm,': 0.38; 'greatest': 0.60; 'new': 0.61; 'finally': 0.65; 'latest': 0.67; 'forever.': 0.91; '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=fRlJHtm95QepIXGrqRUKnmeQYYuw7w3QmMYG5H2/G5Y=; b=b5vOaD2g8P8xqSfN8beWaRV9SPzDfLDavDsPzPLm3dr4m1BOW3kRFuVexkSh3c3lPw JsUWiHizFRro9zpOjjn3admC9jqLE8yjKVG8FWE/pwBlodPfkfW9zRv2nBz8D/e1XvIm IYTBES8hmarxMNn8VzUGsDuDSMfOcTNxPbghw4hc38p3PqsE0yLKAa7VNc8hqXLlYp1l nDFvXLy8lmTMaVRJD9+jy0kEWc9GCiERqIIkgJMwS6xMMadqC0tTRR2dv+euXOvq/Fn8 ZY1COxMPuTyfrACRdK8vpEHHX7NBWLYScTk4jCc96kxV+CZhaMeIPIBaHh1CYS4fUfXu eDaw== MIME-Version: 1.0 X-Received: by 10.58.30.15 with SMTP id o15mr8565500veh.34.1403603294744; Tue, 24 Jun 2014 02:48:14 -0700 (PDT) In-Reply-To: <6805ae6c-b3da-4ed7-94b5-e0dc370c545a@googlegroups.com> References: <6805ae6c-b3da-4ed7-94b5-e0dc370c545a@googlegroups.com> Date: Tue, 24 Jun 2014 19:48:14 +1000 Subject: Re: What is the state of MySQL support for Python 3? 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1403603303 news.xs4all.nl 2869 [2001:888:2000:d::a6]:41850 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73536 On Tue, Jun 24, 2014 at 6:21 PM, wrote: > I'm starting a new project from scratch so I think its finally a time to switch to the latest and greatest Python 3.4. > > But I'm puzzled with MySQL support for Python 3. Is it completely from scratch? Can you just use PostgreSQL? It's *so* much better... Sorry, I can't advise on MySQL bindings. Haven't used any of the modules in three parts of forever. ChrisA