Encodign issue in Python 3.3.1 (once again)

Chris Angelico rosuav at gmail.com
Sun May 26 18:32:12 EDT 2013


On Mon, May 27, 2013 at 8:21 AM, Mark Lawrence <breamoreboy at yahoo.co.uk> 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



More information about the Python-list mailing list