Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'considered,': 0.09; 'subject:module': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '(big': 0.16; '1:08': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'url:peps': 0.16; 'folks': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'url:dev': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'source': 0.25; 'this:': 0.26; 'second': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'open': 0.33; 'url:python': 0.33; 'third': 0.33; 'noticed': 0.34; 'offered': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'similar': 0.36; 'url:org': 0.36; 'needed': 0.38; 'pm,': 0.38; 'does': 0.39; 'first': 0.61; 'url:index': 0.63; 'offering': 0.63; 'connecting': 0.64; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=fo0umsgH5x1Srcg32UH696oTToDX+jDyCzYB1NZ/1wI=; b=PyF4yVzpds0YPj3d8vJ5NJj4BgQ6/J2otHAbEKjt3a5EY2mzDNsMqUJN/+B6zfCYC7 FimLfuBkarkbYBb2pIjERMBhmMqQhnB46Fdvz42P7ED0fMMorfHtATbPvmDiYzf0WeeW T63PykbSbsmHjFWKeSuj8p8fuzBp0YV4+jwyMh/gejujSwLvbh996o/xO1KmPnqJVGHH 1ssG10qBuIQpQ6rJURYvfknffr9LuafRSE9CPuLcGHPYgIDJvTNY7R3gIqTlEMkeTpuG d+3Jn/8BonN7SPD5mS3bNnig6GnZPsCrmjhMUSwQxj4GOMjQMoxq7k+zkY3zN7PNi6y6 0PTw== MIME-Version: 1.0 X-Received: by 10.42.121.132 with SMTP id j4mr2554972icr.42.1381172466695; Mon, 07 Oct 2013 12:01:06 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: References: Date: Mon, 7 Oct 2013 14:01:06 -0500 X-Google-Sender-Auth: qELg42ZvOMn9QtG7B_ACEv1fgkw Subject: Re: Mysql's mysql module From: Skip Montanaro To: Tobiah Content-Type: text/plain; charset=UTF-8 Cc: Python 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381172476 news.xs4all.nl 15922 [2001:888:2000:d::a6]:42854 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56319 On Mon, Oct 7, 2013 at 1:08 PM, Tobiah wrote: > I just noticed this: > > > http://dev.mysql.com/doc/connector-python/en/index.html * Does it adhere to the Python database API? http://www.python.org/dev/peps/pep-0249/ * Is source available? * Does it have a reasonable open source license? These questions come immediately to mind because at work we briefly considered, then rejected, a similar offering from the Sybase folks for connecting to (big surprise) Sybase. We never needed to ask the first and third questions, because the answer to the second was, "no", and they only offered a version built against Python 2.6. Since we use Python 2.4 and 2.7, that was an immediate nonstarter. Skip