Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'subject:Python': 0.06; 'postgresql': 0.07; 'lawrence': 0.09; 'mysql.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; "'localhost',": 0.16; 'bindings,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'storing': 0.16; 'subject:issue': 0.16; 'wrote:': 0.18; 'retrieval': 0.19; '>>>': 0.22; 'header:User-Agent:1': 0.23; 'url:moin': 0.24; 'mon,': 0.24; 'push': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply- To:1': 0.27; 'host': 0.29; 'chris': 0.29; 'am,': 0.29; 'wonder': 0.29; 'url:wiki': 0.31; 'up.': 0.33; 'url:python': 0.33; 'subject: (': 0.35; 'but': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'issue': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'even': 0.60; 'read': 0.60; 'economy': 0.60; 'improved': 0.60; "you're": 0.61; 'greek': 0.84; 'received:89': 0.85; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Encodign issue in Python 3.3.1 (once again) Date: Sun, 26 May 2013 23:51:41 +0100 References: <7823093c-2c07-4fa0-ae97-960c62f8ff9d@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: host-89-240-174-199.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 In-Reply-To: X-Antivirus: avast! (VPS 130526-0, 26/05/2013), Outbound message X-Antivirus-Status: Clean 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369608702 news.xs4all.nl 15936 [2001:888:2000:d::a6]:51207 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46142 On 26/05/2013 23:32, Chris Angelico wrote: > On Mon, May 27, 2013 at 8:21 AM, Mark Lawrence wrote: >> On 26/05/2013 22:26, Νίκος Γκρ33κ wrote: >>> >>> No thi is not a mysql issue becaus ei have this line above for storing and >>> retrieval form database. >>> >>> con = pymysql.connect( db = 'metrites', host = 'localhost', user = 'me', >>> passwd = 'somepass', init_command='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 > Even the best economies would be improved by Python coming with PostgreSQL bindings, but if and only if the user knew how to use them :) -- If you're using GoogleCrap™ please read this http://wiki.python.org/moin/GoogleGroupsPython. Mark Lawrence