Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!news2.euro.net!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'charset:iso-8859-7': 0.04; 'subject:Python': 0.06; 'postgresql': 0.07; 'lawrence': 0.09; 'mysql.': 0.09; 'python': 0.11; "'localhost',": 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'storing': 0.16; 'subject:issue': 0.16; 'wrote:': 0.18; 'retrieval': 0.19; 'mon,': 0.24; 'push': 0.26; 'header:In-Reply- To:1': 0.27; 'host': 0.29; 'am,': 0.29; 'wonder': 0.29; 'message- id:@mail.gmail.com': 0.30; 'up.': 0.33; 'subject: (': 0.35; 'received:google.com': 0.35; 'to:addr:python-list': 0.38; 'issue': 0.38; 'to:addr:python.org': 0.39; 'economy': 0.60; 'improved': 0.60; 'greek': 0.84; '2013': 0.98 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=Viio71Ktfl0r2XIzPCktpi+hlu6e3it+3pJDVfCWmyE=; b=NFYb57LQI8aj6+OH7lQrttuNojEdDEjTb2gNmtCm39ktby9oV1ZG4bOJyweD7U0Cik 7IwMmc7r9l00y3P4Y3FxF2n/OrDT1/JdiHkGCmUy04h4GGR/aYgDarzte7MCvy7DkRUt aP37NN8uiV776N2Sq0IgJRmXp7RayYefAkDHNH4GxTex/FgidA71PxDT8ZkVGwtdnSLW /XjASy0zK1puUpOmUkTuViey87xLB8ZMOHSTPsiRXwqnDMcZ9gornQeYfb3u/t1PMZJ3 UhxFw3rZ+XpHbBxf8nJFwjBu3MAGK/iXviznvpYCkZYIP/4uSErZc4d0rzXXzyJLKvTi jV4w== MIME-Version: 1.0 X-Received: by 10.52.155.67 with SMTP id vu3mr5308551vdb.94.1369607532468; Sun, 26 May 2013 15:32:12 -0700 (PDT) In-Reply-To: References: <7823093c-2c07-4fa0-ae97-960c62f8ff9d@googlegroups.com> Date: Mon, 27 May 2013 08:32:12 +1000 Subject: Re: Encodign issue in Python 3.3.1 (once again) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: quoted-printable 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369607534 news.xs4all.nl 15926 [2001:888:2000:d::a6]:60780 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46138 On Mon, May 27, 2013 at 8:21 AM, Mark Lawrence wr= ote: > On 26/05/2013 22:26, =CD=DF=EA=EF=F2 =C3=EA=F133=EA wrote: >> >> No thi is not a mysql issue becaus ei have this line above for storing a= nd >> retrieval form database. >> >> con =3D pymysql.connect( db =3D 'metrites', host =3D 'localhost', user = =3D 'me', >> passwd =3D 'somepass', init_command=3D'SET NAMES UTF8' ) >> > > No wonder the Greek economy is so screwed up. Do you think the Greek economy would be improved by Python coming with PostgreSQL bindings? That'd push a lot of people onto a better database engine than MySQL. ChrisA