Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #24486
| 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 | <rosuav@gmail.com> |
| 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 | <jsd8cq$b4j$1@dont-email.me> |
| References | <1340509604.38915.YahooMailClassic@web164605.mail.gq1.yahoo.com> <mailman.1482.1340613406.4697.python-list@python.org> <jsd8cq$b4j$1@dont-email.me> |
| 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 <rosuav@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1531.1340746785.4697.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Wed, Jun 27, 2012 at 7:08 AM, John Nagle <nagle@animats.com> wrote: > The 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Why has python3 been created as a seperate language where there is still python2.7 ? Stefan Behnel <stefan_ml@behnel.de> - 2012-06-25 10:36 +0200
Re: Why has python3 been created as a seperate language where there is still python2.7 ? John Nagle <nagle@animats.com> - 2012-06-26 14:08 -0700
Re: Why has python3 been created as a seperate language where there is still python2.7 ? Chris Angelico <rosuav@gmail.com> - 2012-06-27 07:39 +1000
Re: Why has python3 been created as a seperate language where there is still python2.7 ? HoneyMonster <nobody@someplace.invalid> - 2012-06-26 22:37 +0000
csiph-web