Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73536
| 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 | <rosuav@gmail.com> |
| 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 <rosuav@gmail.com> |
| Cc | "python-list@python.org" <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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11212.1403603303.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Tue, Jun 24, 2014 at 6:21 PM, <haizaar@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What is the state of MySQL support for Python 3? haizaar@gmail.com - 2014-06-24 01:21 -0700
Re: What is the state of MySQL support for Python 3? Bernd Nawothnig <Bernd.Nawothnig@t-online.de> - 2014-06-24 11:43 +0200
Re: What is the state of MySQL support for Python 3? Chris Angelico <rosuav@gmail.com> - 2014-06-24 19:48 +1000
Re: What is the state of MySQL support for Python 3? haizaar@gmail.com - 2014-06-24 03:41 -0700
Re: What is the state of MySQL support for Python 3? INADA Naoki <songofacandy@gmail.com> - 2014-06-24 22:13 +0900
Re: What is the state of MySQL support for Python 3? Egon Frerich <egon@frerich.eu> - 2014-06-27 14:04 +0200
csiph-web